Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 404 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 404 Bytes

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