/vue_master_class

https://vueschool.io/courses/the-vuejs-master-class

Primary LanguageCSS

Build and start container

docker-compose run --rm --service-ports vue

Build and start application

# install dependencies
yarn

# serve with hot reload at localhost:3000
yarn dev