File tree Expand file tree Collapse file tree 2 files changed +36
-5
lines changed Expand file tree Collapse file tree 2 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 1- # with-uniapp-vue2_1
1+ # with-uniapp-vue2
22
33## Project setup
44```
@@ -7,13 +7,24 @@ yarn install
77
88### Compiles and hot-reloads for development
99```
10- yarn serve
10+ yarn run dev:h5
1111```
1212
1313### Compiles and minifies for production
1414```
15- yarn build
15+ yarn run build:h5
1616```
1717
18- ### Customize configuration
19- See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
18+ ## 接入
19+
20+ [ ./src/components/Player.vue] ( ./src/components/Player.vue )
21+
22+ ## 源码地址
23+
24+ https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2
25+
26+
27+ ## uniapp 插件
28+
29+ https://github.com/Ezviz-OpenBiz/UniEzOpenSDK
30+
Original file line number Diff line number Diff line change 1+ ## Project setup
2+ ```
3+ yarn install
4+ ```
5+
6+ ### Compiles and hot-reloads for development
7+ ```
8+ yarn run dev:h5
9+ ```
10+
11+ ### Compiles and minifies for production
12+ ```
13+ yarn run build:h5
14+ ```
15+
116## 接入
217
318[ ./src/components/Player.vue] ( ./src/components/Player.vue )
419
520
21+ ## 源码地址
22+
23+ https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2
24+
25+
626## uniapp 插件
727
828https://github.com/Ezviz-OpenBiz/UniEzOpenSDK
You can’t perform that action at this time.
0 commit comments