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: 11 days ago
JSON representation
Vue CLI 3.x plugin for make you project as Django application
- Host: GitHub
- URL: https://github.com/adinvadim/vue-cli-plugin-django
- Owner: adinvadim
- Created: 2018-05-05T22:56:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T09:43:00.000Z (about 7 years ago)
- Last Synced: 2025-06-24T11:09:19.863Z (22 days ago)
- Topics: django, plugin, vue, vue-cli
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-django
[](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
```