vue-form-rendering
v1.0.0
Published
a form representation - that takes an Array of sections and sub_sections. every section/sub_section has question filed that will be render in the DOM as an HTML input ## Project setup ``` yarn install ```
Downloads
1
Readme
vue-form-rendering
a form representation - that takes an Array of sections and sub_sections. every section/sub_section has question filed that will be render in the DOM as an HTML input
Project setup
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Lints and fixes files
yarn run lint
Run your unit tests
yarn run test:unit