@cz-nic/django-forms-vuetify
v0.0.1
Published
Create Vuetify forms from encoded django forms in JSON
Downloads
6
Readme
django-forms-vuetify
Create forms from encoded django forms in JSON.
For more details see https://github.com/CZ-NIC/django-forms-encoder
Project setup
install dependencies
npm install
build library
npm run build
or run watch (build with automatic rebuild for more comfortable development) with npm run watch
run tests
npm run test