A Vue.js project
该组件使用了iview框架,以及iview中form表单引用的组件async-validator对表单进行验证。
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
预览demo地址:https://happyyawen.github.io/dynamic-form-pages/#/ (用户名和密码随便填)
For detailed explanation on how things work, checkout the guide and docs for vue-loader.