0.1.1 • Published 4 years ago

yukon_frontend v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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.