Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adinvadim/vue-cli-plugin-django

Vue CLI 3.x plugin for make you project as Django application
https://github.com/adinvadim/vue-cli-plugin-django

django plugin vue vue-cli

Last synced: about 2 months ago
JSON representation

Vue CLI 3.x plugin for make you project as Django application

Awesome Lists containing this project

README

        

# vue-cli-plugin-django

[![vue-cli3](https://img.shields.io/badge/vue--cli-3.x-brightgreen.svg)](https://github.com/vuejs/vue-cli)

**Features:**

- Make your awesome project as Django application
- Included urls.py with config for your vue-router

## Getting started

:warning: Make sure you have vue-cli 3.x.x:

```
vue --version
```

If you don't have a project created with vue-cli 3.x yet:

```
vue create my-new-app
```

Navigate to the newly created project folder and add the cli plugin:

```
cd my-new-app
vue add django
```