Skip to content

Django project with an integration of vuejs

License

pierreousset/Vue-Django

Repository files navigation

Vue-Django

Django project with an integration of vuejs

Features

  • Django backend in ./backend
  • vuejs frontend in ./frontend
  • Hot-reload with vue-loader
  • eslint linter integration
  • Makefile to make your life easy

Development environment setup

make dev
make migrate
make run

or

Run Django 
python3 manage.py runserver 8000
Run Npm
npm run dev

Deployment

make prod
make build

About

Django project with an integration of vuejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published