Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vueform

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vueform - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc