Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

readme.md

File metadata and controls

19 lines (14 loc) · 1.23 KB

Disclaimer

This component is in the early stage of development and is in no way ready for production use!

Build status

Production Master Development
Build Status Build Status Build Status

Usage

npm install vuetify-form-generator

This project is based on the vue-form-generator. Please view the documentation of this project for basic usage. You could also take a look at example/src/App.vue

Develop

  • Run npm link in the root dir of the repository
  • Run npm link vuetify-form-generator in the root dir of the example project
  • Run npm run dev in the root dir of the example project
  • Open the project.sublime-project file with sublime (or open both src directories)