A boilerplate for SPA applications with Django as Backend and VueJS as Frontend with hot loading. It uses django-webpack-loader to link bundles.
yarn install
pip install -r requirements.txt
yarn start
python manage.py runserver
yarn lint
To build frontend bundles execute:
yarn build