A boilerplate of using Django as backend framework, Vue js and webpack as the frontend setup.
git clone [email protected]:longtranista/django-vue-webpack.git
python manage.py runserver 0.0.0.0:8000
npm install
npm run dev
npm run build
We are done.
- Frontend: http://localhost:8080/
- Backend: http://localhost:8000/