File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ <a href =" https://vueform.com?cid=create-vueform " >
2+ <picture >
3+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/vueform/plugin-mask/raw/main/.github/assets/logo-dark.svg">
4+ <img alt="Vueform Logo" src="https://github.com/vueform/plugin-mask/raw/main/.github/assets/logo.svg">
5+ </picture >
6+ </a >
7+
18# create-vueform
29
10+ ## Auto-Install Vueform and Vueform Builder
11+
12+ Install Vueform and Vueform Builder in multiple environments with a single command.
13+
14+ NPM:
15+
16+ ``` bash
17+ npm create vueform@latest
18+ ```
19+
20+ Yarn:
21+
22+ ``` bash
23+ yarn create vueform
24+ ```
25+
26+ PNPM:
27+
28+ ``` bash
29+ pnpm create vueform
30+ ```
31+
32+ Bun:
33+
34+ ``` bash
35+ bun create vueform
36+ ```
37+
38+ Then follow the commands.
39+
40+ ### Flags
41+
42+ NPM:
43+ ``` bash
44+ npm create vueform -- --start
45+ ```
46+
47+ Yarn:
48+
49+ ``` bash
50+ yarn create vueform --start
51+ ```
52+
53+ PNPM:
54+
55+ ``` bash
56+ pnpm create vueform --start
57+ ```
58+
59+ Bun:
60+
61+ ``` bash
62+ bun create vueform --start
63+ ```
64+
65+ Available flags:
66+
67+ | flag | description |
68+ | --- | --- |
69+ | ` --start ` | Automatically starts the development server at the end of installation. |
70+ | ` --publicKey ` | Sets Public Key when installing Vueform + Builder. |
You can’t perform that action at this time.
0 commit comments