create-vueform
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "create-vueform", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -18,4 +18,3 @@ "license": "MIT", | ||
"build": "unbuild", | ||
"version": "auto-changelog -p && git add CHANGELOG.md", | ||
"prepublishOnly": "npm run version && npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -41,7 +40,3 @@ "engines": { | ||
"unbuild": "^2.0.0" | ||
}, | ||
"auto-changelog": { | ||
"unreleased": true, | ||
"commitLimit": false | ||
} | ||
} |
@@ -0,2 +1,71 @@ | ||
<a href="https://vueform.com?cid=create-vueform"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/vueform/plugin-mask/raw/main/.github/assets/logo-dark.svg"> | ||
<img alt="Vueform Logo" src="https://github.com/vueform/plugin-mask/raw/main/.github/assets/logo.svg"> | ||
</picture> | ||
</a> | ||
# create-vueform | ||
## Auto-Install Vueform and Vueform Builder | ||
Install Vueform and Vueform Builder in multiple environments with a single command. | ||
NPM: | ||
```bash | ||
npm create vueform@latest | ||
``` | ||
Yarn: | ||
```bash | ||
yarn create vueform | ||
``` | ||
PNPM: | ||
```bash | ||
pnpm create vueform | ||
``` | ||
Bun: | ||
```bash | ||
bun create vueform | ||
``` | ||
Then follow the commands. | ||
### Flags | ||
NPM: | ||
```bash | ||
npm create vueform -- --start | ||
``` | ||
Yarn: | ||
```bash | ||
yarn create vueform --start | ||
``` | ||
PNPM: | ||
```bash | ||
pnpm create vueform --start | ||
``` | ||
Bun: | ||
```bash | ||
bun create vueform --start | ||
``` | ||
Available flags: | ||
| flag | description | | ||
| --- | --- | | ||
| `--start` | Automatically starts the development server at the end of installation. | | ||
| `--force` | Force overrides existing project directory. | | ||
| `--publicKey` | Sets Public Key when installing Vueform + Builder. | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145705
1705
71