Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icai/taro-cnode
Taro react 开发的多端cnode客户端,支持微信小程序,支付宝小程序,h5
https://github.com/icai/taro-cnode
client cnodejs h5 miniprogram react taro
Last synced: 3 months ago
JSON representation
Taro react 开发的多端cnode客户端,支持微信小程序,支付宝小程序,h5
- Host: GitHub
- URL: https://github.com/icai/taro-cnode
- Owner: icai
- License: mit
- Created: 2018-09-03T17:14:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T07:51:38.000Z (4 months ago)
- Last Synced: 2024-10-12T09:12:19.145Z (3 months ago)
- Topics: client, cnodejs, h5, miniprogram, react, taro
- Language: JavaScript
- Homepage: https://taro.w3cub.com/
- Size: 5.9 MB
- Stars: 37
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taro-cnode
[![](https://travis-ci.org/icai/taro-cnode.svg?branch=master)](https://travis-ci.org/icai/taro-cnode)
[![](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)## 这是什么?
这是一个Taro 开发的多端客户端
你也可以把他看成是Taro开发指南,
你也可把他看成React开发教程,
你还可以把他看成是Vue和React的比较开发教程。
因为UI和代码基本参照 [https://github.com/shinygang/Vue-cnodejs](https://github.com/shinygang/Vue-cnodejs),
你基本上可以找到跟 [https://github.com/shinygang/Vue-cnodejs](https://github.com/shinygang/Vue-cnodejs) 一对一的目录结构。## 起步
```bash
git clone --depth 50 -b master --single-branch https://github.com/icai/taro-cnode.git && cd taro-cnode
pnpm install -g @tarojs/cli
pnpm install
pnpm run dev:h5
pnpm run dev:weapp
pnpm run dev:alipay
```
## 预览效果
小程序地址
[阿里云OSS优化计划](https://www.aliyun.com/product/oss?source=5176.29345612&userCode=mas28ird)
## LICENSE
Copyright (c) 2018 - 2024 Terry Cai. Licensed under the MIT license.