https://github.com/f213/django-vue-integration-demo-front
https://github.com/f213/django-vue-integration-demo-front
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f213/django-vue-integration-demo-front
- Owner: f213
- Created: 2020-01-26T11:52:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T12:55:22.000Z (over 6 years ago)
- Last Synced: 2025-07-14T13:08:42.647Z (11 months ago)
- Language: Vue
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).