VueJs Stocks Market Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Lints and fixes files yarn lint Docker Support docker build -t vuejs-cookbook/dockerize-vuejs-app . then docker run -it -p 8080:8080 --rm --name dockerize-vuejs-app-1 vuejs-cookbook/dockerize-vuejs-app Customize configuration See Configuration Reference.