Django server:
- git clone https://github.com/srish/django_vue_template
- cd django_vue_template
- python manage.py runserver
Vue app:
- cd frontend
- npm install
- npm run serve
Navigate to http://127.0.0.1:8000/home/
- For setting up django server, followed the instructions in Vue django getting started guide.
- For setting up vue app and webpack, followed the instructions in Vue django best of both frontends guide.