@formidableforms/vue
v0.4.4-alpha.1
Published
Formidable Forms Vue SPA
Downloads
2
Readme
Formidable Forms
This project is built using the Vue CLI 3, the standard commands are given below. Documentation is provided as a Vue SPA at MikingTheViking's Formidable Forms.
Project setup
yarn
# or yarn install, for the exceptionally verbose
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run unit tests
yarn test:unit
Lints and fixes files
yarn lint
Run end-to-end tests
yarn test:e2e