Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adinvadim/vue-cli-plugin-django
- Owner: adinvadim
- Created: 2018-05-05T22:56:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T09:43:00.000Z (over 6 years ago)
- Last Synced: 2024-04-23T08:44:22.195Z (9 months ago)
- Topics: django, plugin, vue, vue-cli
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```