npm install
pip install -r requirements.txt
npm run serve
python manage.py runserver
And go url running django development server!
npm run build
npm run test
npm run lint
Django + Vue.js + Webpack with vue cli 3 with HMR (or Hot Reload)
Python
npm install
pip install -r requirements.txt
npm run serve
python manage.py runserver
And go url running django development server!
npm run build
npm run test
npm run lint