可视化表单构建器的灵感是来源于一款基于layoutit的一个开源项目 http://www.bootcss.com/p/layoutit/ 目前只有在线版本,并没有提供完整的源码。 粗略版源码请参考 https://github.com/justjavac/layoutit/tree/gh-pages/js
官方文档 https://cn.vuejs.org/v2/guide/
ElementUI 详情请参考官方文档 http://element-cn.eleme.io/#/zh-CN JqueryUI Bootstrap http://v3.bootcss.com/
A Vue.js project
# 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
For a detailed explanation on how things work, check out the guide and docs for vue-loader.