Skip to content

This is a template project that combines Flask, Vue.js, and Docker to provide a structured and scalable web application setup.

Notifications You must be signed in to change notification settings

ypctw/flask-vue-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-vue-template

Run the Server

  • rebuild and build at background
docker-compose up --build -d
  • rebuild and build
docker-compose up --build
  • without build at background
docker-compose up  -d
  • without build
docker-compose up

Check Status

docker ps
docker image list
docker container list

About

This is a template project that combines Flask, Vue.js, and Docker to provide a structured and scalable web application setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published