https://github.com/jmeei/vue-formbuilder
A sample drag & drop form builder project that made with Vue.js and Element UI
https://github.com/jmeei/vue-formbuilder
element-ui formbuilder javascript vuejs
Last synced: 8 months ago
JSON representation
A sample drag & drop form builder project that made with Vue.js and Element UI
- Host: GitHub
- URL: https://github.com/jmeei/vue-formbuilder
- Owner: jmeei
- Created: 2018-10-03T06:29:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T09:18:39.000Z (about 7 years ago)
- Last Synced: 2023-11-07T20:11:18.247Z (over 2 years ago)
- Topics: element-ui, formbuilder, javascript, vuejs
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 153
- Watchers: 7
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Form Builder
A sample drag & drop form builder project that made with Vue.js and Element UI ([View Live Demo](https://vue-formbuilder.netlify.com/))

## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## To run Docker
docker build -t vueformbuilder .
docker run -it -p 8080:8080 --rm --name dockerize-vuejs-app vueformbuilder