/vue-cli-plugin-django-integration

Vue CLI 3.x plugin to integrate Django and Vue

Primary LanguageJavaScriptMIT LicenseMIT

vue-cli-plugin-django-integration

Vue CLI 3.x plugin to integrate Django and Vue

vue-cli3

⚠️ This is in development and not ready for use.

Getting Started

This plugin is meant to be used in conjunction with vue-cli 3.x.

Usage

  1. If you don't have an existing vue project, create one using vue-cli:
    vue create my-project
  2. Navigate into your project:
    cd my-project
  3. Add the django plugin:
    vue add django-integration

See Vue CLI 3 Plugin docs for more options on using plugins.