/triweb

Primary LanguageVue

triweb

Tristats Vue

Build Setup

# install dependencies
yarn

# serve with hot reload at http://localhost:3000
yarn dev

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build --report

# build docker image
docker build -t triweb .

# run built docker container
docker run --rm -p 8080:80 triweb