UNPKG

564 BMarkdownView Raw
1# guac_client
2
3> VueJS client for Guacamole
4
5## Build Setup
6
7``` bash
8# install dependencies
9npm install
10
11# serve with hot reload at localhost:8080
12npm run dev
13
14# build for production with minification
15npm run build
16
17# build for production and view the bundle analyzer report
18npm run build --report
19
20# run unit tests
21npm run unit
22
23# run e2e tests
24npm run e2e
25
26# run all tests
27npm test
28```
29
30For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).