Demo Django project with Vuejs integration. This is as a complement to our blog post on integrating Vue with Django.
git clone ...
cd vuepony
poetry install
npm install
npm run dev
poetry run python manage.py runserver
- Using Laravel Mix for sane webpack config.
- Single file Vue component.
- FE stuff (js/css) in /fe/.