Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions demos/with-uniapp-vue2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# with-uniapp-vue2_1
# with-uniapp-vue2

## Project setup
```
Expand All @@ -7,13 +7,24 @@ yarn install

### Compiles and hot-reloads for development
```
yarn serve
yarn run dev:h5
```

### Compiles and minifies for production
```
yarn build
yarn run build:h5
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## 接入

[./src/components/Player.vue](./src/components/Player.vue)

## 源码地址

https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2


## uniapp 插件

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

20 changes: 20 additions & 0 deletions demos/with-uniapp-vue3/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run dev:h5
```

### Compiles and minifies for production
```
yarn run build:h5
```

## 接入

[./src/components/Player.vue](./src/components/Player.vue)


## 源码地址

https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm/tree/master/demos/with-uniapp-vue2


## uniapp 插件

https://github.com/Ezviz-OpenBiz/UniEzOpenSDK
Expand Down
Loading