create-vueform
v1.0.14
Published
<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/vuefo
Readme
create-vueform
Auto-Install Vueform and Vueform Builder
Install Vueform and Vueform Builder in multiple environments with a single command.
NPM:
npm create vueform@latestYarn:
yarn create vueformPNPM:
pnpm create vueformBun:
bun create vueformThen follow the commands.
Flags
NPM:
npm create vueform -- --startYarn:
yarn create vueform --startPNPM:
pnpm create vueform --startBun:
bun create vueform --startAvailable flags:
| flag | description |
| --- | --- |
| --start --s | Automatically starts the development server at the end of installation. |
| --force --f | Force overrides existing project directory. |
| --builder --b | Installs Vueform Builder. |
| --publicKey --pk | Sets Public Key when installing Vueform + Builder. |
