Skip to content

worried-k/zhugeView

Repository files navigation

zhugeView

A zhugeio-FE project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# serve with hot reload at localhost:8080
npm run dev

# build for production of lib
npm run build-lib

# build for production of doc
npm run build-doc

# run unit tests
npm run unit

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.