Skip to content

kawaMK2/miniblog

Repository files navigation

miniblog

Django + Vue.js 開発環境

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# create virtual enviroment fot Django
virtualenv -p /path/to/python3 venv
. venv/bin/activate
pip install django djangorestframework

# run django server at localhost:8000
python manage.py runserver

For a detailed explanation on how things work, check out the guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published