/django-vuejs-webpack-skeleton

Django + Vue.js + Webpack with vue cli 3 with HMR (or Hot Reload)

Primary LanguagePython

django-vuejs-skeleton

Project setup

npm install
pip install -r requirements.txt

Compiles and hot-reloads for development

npm run serve
python manage.py runserver

And go url running django development server!

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint