Django project with an integration of vuejs
- Django backend in
./backend - vuejs frontend in
./frontend - Hot-reload with vue-loader
- eslint linter integration
- Makefile to make your life easy
make dev
make migrate
make runor
Run Django
python3 manage.py runserver 8000Run Npm
npm run devmake prod
make build