A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
If you are using Docker setup, ignore the "Build Setup" listed above.
# build the Docker image for the Vue JS app
docker build -t phx/phylogenes-app .
# run our Vue.js app in a Docker container
docker container run -it -p 8080:8080 --name phylogenes-app phx/phylogenes-app
Visit the application at http://localhost:8080