File tree Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Expand file tree Collapse file tree 1 file changed +17
-22
lines changed Original file line number Diff line number Diff line change @@ -22,28 +22,23 @@ Enable developers & non-tech workforce to build even the most complex forms with
2222
2323## Get Started
2424
25- Jump right into the project with ease using one of our boilerplates.
26-
27- <table >
28- <tbody >
29- <tr>
30- <td>
31- <h4><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/vite.svg" height="21" /> Vite</h4>
32- </td>
33- <td>
34- <h4><a href="https://github.com/vueform/builder-vite-starter">@vueform/builder-vite-starter</a></h4>
35- </td>
36- </tr>
37- <tr>
38- <td>
39- <h4><img src="https://raw.githubusercontent.com/vueform/builder/main/.github/assets/nuxt.svg" height="21" /> Nuxt</h4>
40- </td>
41- <td>
42- <h4><a href="https://github.com/vueform/builder-nuxt-starter">@vueform/builder-nuxt-starter</a></h4>
43- </td>
44- </tr>
45- </tbody >
46- </table >
25+ Create a Vueform Builder instance on your machine using your favourite package manager:
26+
27+ ``` bash
28+ npm create vueform@latest -- --builder
29+ ```
30+
31+ ``` bash
32+ yarn create vueform --builder
33+ ```
34+
35+ ``` bash
36+ pnpm create vueform --builder
37+ ```
38+
39+ ``` bash
40+ bun create vueform --builder
41+ ```
4742
4843#### Manual Installation
4944
You can’t perform that action at this time.
0 commit comments