https://github.com/erdemkeren/vue-form-builder
A dynamic form builder app with import/export functionalities.
https://github.com/erdemkeren/vue-form-builder
Last synced: 3 months ago
JSON representation
A dynamic form builder app with import/export functionalities.
- Host: GitHub
- URL: https://github.com/erdemkeren/vue-form-builder
- Owner: erdemkeren
- Created: 2019-08-02T15:23:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:34:12.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:23.920Z (5 months ago)
- Language: Vue
- Homepage: https://erdemkeren.github.io/vue-form-builder/
- Size: 2.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-form-builder
This is a dynamic form builder application with import/export options.
See: https://erdemkeren.github.io/vue-form-builder/
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).