Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 595 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 595 Bytes

event-management-platform

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Build the Docker image of our Vue.js app

docker build -t vuejs-cookbook/dockerize-vuejs-app .

Run our Vue.js app in a Docker container

docker run -it -p 8080:80 --rm --name dockerize-vuejs-app-1 vuejs-cookbook/dockerize-vuejs-app