/django-forms-vuetify

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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