Skip to content

django-webpack-loader + vue-cli の構成を Heroku で公開するための最小限の設定

Notifications You must be signed in to change notification settings

tsukachu/django_vue

Repository files navigation

django_vue

セットアップ

$ yarn install
$ poetry install

ローカルでの起動方法

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

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

ビルド

$ yarn build

About

django-webpack-loader + vue-cli の構成を Heroku で公開するための最小限の設定

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published