0.1.1 • Published 6 years ago
yukon_frontend v0.1.1
Yukon Frontend
Yukon Vue.js frontend.
Build Setup
Install dependencies:
npm installBuild for production with minification:
npm run buildBuild for production and view the bundle analyzer report:
npm run build --reportRun unit tests:
npm run unitRun e2e tests:
npm run e2eRun all tests:
npm testRunning
Serve with hot reload at localhost:8080:
npm run devOr use the default:
npm startFor a detailed explanation on how the frontend is routed, check out the guide and docs for vue-loader.