A Prototype Dashboard framework built with Vue.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test in production with minification
cd dist/ && http-server -p 8090
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test