Skip to content

Commit 210a1f2

Browse files
authored
Merge pull request #359 from Ezviz-OpenBiz/develop
docs: update
2 parents b809102 + 3f05a96 commit 210a1f2

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

demos/with-uniapp-vue2/README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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+

demos/with-uniapp-vue3/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
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

828
https://github.com/Ezviz-OpenBiz/UniEzOpenSDK

0 commit comments

Comments
 (0)