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 ```
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 installCompiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildLints and fixes files
yarn run lintRun your unit tests
yarn run test:unit