0.1.1-alpha • Published 6 years ago

vue-cli-plugin-django-integration v0.1.1-alpha

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

vue-cli-plugin-django-integration

Vue CLI 3.x plugin to integrate Django and Vue

vue-cli3

:warning: 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.