https://github.com/flavien-hugs/django-blog-vue-app
Django With VueJS Blog App
https://github.com/flavien-hugs/django-blog-vue-app
django-rest-framework django-vue django-vuejs
Last synced: 6 months ago
JSON representation
Django With VueJS Blog App
- Host: GitHub
- URL: https://github.com/flavien-hugs/django-blog-vue-app
- Owner: flavien-hugs
- License: other
- Created: 2022-01-09T06:44:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T17:32:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T14:51:18.086Z (7 months ago)
- Topics: django-rest-framework, django-vue, django-vuejs
- Language: Python
- Homepage:
- Size: 3.34 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-blog-vue-app
# frontend
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).