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
2
2
3
3
## Project setup
4
4
```
@@ -7,13 +7,24 @@ yarn install
7
7
8
8
### Compiles and hot-reloads for development
9
9
```
10
- yarn serve
10
+ yarn run dev:h5
11
11
```
12
12
13
13
### Compiles and minifies for production
14
14
```
15
- yarn build
15
+ yarn run build:h5
16
16
```
17
17
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
+
1
16
## 接入
2
17
3
18
[ ./src/components/Player.vue] ( ./src/components/Player.vue )
4
19
5
20
21
+ ## 源码地址
22
+
23
+ https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2
24
+
25
+
6
26
## uniapp 插件
7
27
8
28
https://github.com/Ezviz-OpenBiz/UniEzOpenSDK
You can’t perform that action at this time.
0 commit comments