Skip to content

Sandbox to play with vue

License

Notifications You must be signed in to change notification settings

debuger/docker-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox to play with docker and vue

Startup

  • Build docker image with docker build -t rym/npm .
  • Change future container name in bin/ENV
  • Run bin/init
  • Answer questions about project
  • Start server with bin/server to check all is done

Alternative way

  • Change future container name in bin/ENV
  • Remove project directory
  • Add your empty project repository as submodule git submodule add <path_to_repository> project
  • Init submodule git submodule init
  • Run bin/init
  • Answer questions about project
  • Start server with bin/server to check all is done

About

Sandbox to play with vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published