Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 442 Bytes

Demo Django project with Vuejs integration. This is as a complement to our blog post on integrating Vue with Django.

Quickstart

git clone ...
cd vuepony
poetry install
npm install
npm run dev
poetry run python manage.py runserver

Features

  • Using Laravel Mix for sane webpack config.
  • Single file Vue component.
  • FE stuff (js/css) in /fe/.