Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 691 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 691 Bytes

phylogenes-ui

A Vue.js project

Local Build Setup

# 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.

Docker Setup

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