9 |
10 | Drag and drop form builder for [Vueform](https://github.com/vueform/vueform).
11 |
12 | Enable developers & non-tech workforce to build even the most complex forms without coding:
13 |
14 | - User friendly drag and drop form builder
15 | - Export forms as native Vue components
16 | - Save/load/render forms as JSON and save to database
17 | - Custom elements and config panels
18 | - Built-in theme builder
19 | - Customize the UI
20 | - Use it online or on your localhost
21 | - Integrate it into any project
22 |
23 | ## Get Started
24 |
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 | ```
42 |
43 | #### Manual Installation
44 |
45 | To manually install Vueform, use our [Installation Wizard](https://builder.vueform.com/docs/installation?cid=builder). This wizard will guide you through the necessary steps for a hassle-free setup.
46 |
47 | ## Documentation
48 |
49 | For a detailed understanding of Vueform, its features, and how to use them, refer to our [Documentation](https://builder.vueform.com/docs/saving?cid=builder).
50 |
51 | ## Demo
52 |
53 | See Vueform Builder in action: [demo](https://builder.vueform.com/demo?cid=builder).
54 |
55 | [](https://builder.vueform.com/demo?cid=builder)
56 |
57 | ## Follow Us
58 |
59 |