https://github.com/kscript/taro
https://github.com/kscript/taro
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kscript/taro
- Owner: kscript
- Created: 2020-01-03T01:57:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T01:58:14.000Z (about 6 years ago)
- Last Synced: 2025-01-14T21:00:31.966Z (about 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taro
#### 项目介绍
基于taro/react的im小程序
#### 安装
```npm
npm install
```
#### 运行
```npm
// 微信程序
npm run dev:weapp
// react-native
npm run dev:rn
// 移动端h5
npm run dev:h5
// 注释文档生成
npm run jsdoc
// mock服务端
npm run mock
```