yukon_frontend
v0.1.1
Published
UAVCAN Yukon Vue.js frontend
Downloads
25
Maintainers
Readme
Yukon Frontend
Yukon Vue.js frontend.
Build Setup
Install dependencies:
npm install
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
Running
Serve with hot reload at localhost:8080:
npm run dev
Or use the default:
npm start
For a detailed explanation on how the frontend is routed, check out the guide and docs for vue-loader.