long
5 天以前 7ccdf15645b82b8be8a165b20cbb34294c3f6e9b
提交 | 用户 | age
3ac5f2 1 treatment_room_screen> 治疗室屏幕H5vue
4c81f5 2
3ac5f2 3 ## Build Setup
4c81f5 4
3ac5f2 5 ```bash
J 6 # install dependencies
7 npm install
8
9 # serve with hot reload at localhost:8080
10 npm run dev
11
12 # build for production with minification
13 npm run build
14
15 # build for production and view the bundle analyzer report
16 npm run build --report
17
18 # run unit tests
19 npm run unit
20
21 # run e2e tests
22 npm run e2e
23
24 # run all tests
25 npm test
26 ```
27
28 For 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).