UNPKG

formal-vue

Version:

A straightforward, unopinionated and extendable form manager for VueJS.

51 lines (33 loc) 649 B
<h1 align="center"> <img src="./formal-vue.svg" width="128px" height="128px" /><br/> FormalVue </h1> > A straightforward, unopinionated and extendable form manager for VueJS. #### Full documentation coming soon. ## Development ### Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Run your unit tests ``` yarn run test:unit ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).