https://github.com/cheney925/ionic-for-cordova-plugin-tencent-liteav
A demo for cordova-plugin-tencent-LiteAV with ionic 3.
https://github.com/cheney925/ionic-for-cordova-plugin-tencent-liteav
cordova cordova-plugin ionic-framework ionic3 liteav tencent
Last synced: 11 months ago
JSON representation
A demo for cordova-plugin-tencent-LiteAV with ionic 3.
- Host: GitHub
- URL: https://github.com/cheney925/ionic-for-cordova-plugin-tencent-liteav
- Owner: Cheney925
- Created: 2018-01-18T02:58:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:32:34.000Z (over 3 years ago)
- Last Synced: 2024-04-14T18:06:23.639Z (about 2 years ago)
- Topics: cordova, cordova-plugin, ionic-framework, ionic3, liteav, tencent
- Language: TypeScript
- Size: 1.56 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-for-cordova-plugin-tencent-liteav
基于Ionic 3实现cordova-plugin-tencent-liteav的例子,插件地址:[https://github.com/Cheney925/cordova-plugin-tencent-liteav](https://github.com/Cheney925/cordova-plugin-tencent-liteav)
# 使用方法
1. 下载Demo
`git clone https://github.com/Cheney925/ionic-for-cordova-plugin-tencent-liteav.git`
2. 安装node模块
`npm i`
3. 打包Ionic
`ionic build --prod`
4. 添加原生工程
`ionic cordova platform add ios`
`ionic cordova platform add android`
5. 运行
`cordova run ios`
`cordova run android`