Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 302 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 302 Bytes

django_vue

セットアップ

$ yarn install
$ poetry install

ローカルでの起動方法

$ docker-compose up -d
$ yarn serve
$ python manage.py runserver

Django 側にアクセスする: http://localhost:8000

ビルド

$ yarn build