0.0.1 • Published 4 years ago

@cz-nic/django-forms-vuetify v0.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

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