Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 386 Bytes

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