Vue CLI 3.x plugin to integrate Django and Vue
This plugin is meant to be used in conjunction with vue-cli 3.x.
- If you don't have an existing vue project, create one using vue-cli:
vue create my-project
- Navigate into your project:
cd my-project
- Add the django plugin:
vue add django-integration
See Vue CLI 3 Plugin docs for more options on using plugins.