Skip to content

Dataglitter/dg-ui

Repository files navigation

dataglitter

Release Notes

  • Version 1.0.0: 2018/22/01
  • Version 1.1.0: 2018/11/02
  • Version 1.1.1: 2018/12/02
  • Version 1.2.0: 2018/10/04
  • Version 1.2.1: 2018/11/04
  • Version 1.2.2: 2018/16/04 (includes v:1.2.2.1, v:1.2.2.2, v:1.2.2.3, v:1.2.2.4)
  • Version 1.3.0: 2018/30/08
  • Version 1.4.0: 2018/05/12
  • Version 1.4.1: 2018/06/12
  • Version 1.4.5: 2018/07/12

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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