An open API service indexing awesome lists of open source software.

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

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/))

![alt text](https://d15k2d11r6t6rl.cloudfront.net/public/users/Integrators/0db9f180-d222-4b2b-9371-cf9393bf4764/c69e8df5-3118-4e31-8e2b-c875e264bf55/form-builder-vue.png "Vue Form Builder Screenshot")

## 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