Skip to content

kuoki-sec/fastAPI-veutify-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastAPI-veutify-template

FastAPI+Vuetify+Nginx+Dockerのテンプレート

環境構築

  1. コンテナのビルド&起動
$ docker compose up -d --build
  1. 開発環境起動
$ docker compose exec front yarn dev
  1. http://localhost:3000 にアクセス(viteの開発環境へのアクセス)

  2. フロント側のビルド

docker compose exec front yarn build
  1. http://localhost:8000 にアクセス(NGINXによる本番環境へのアクセス)

About

FastAPI+Vuetify+Nginx+Dockerのテンプレート

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 37.9%
  • CSS 23.2%
  • Dockerfile 17.2%
  • TypeScript 13.3%
  • HTML 6.4%
  • Python 2.0%