Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NervJS/taro-sample-weapp
与小程序原生融合的示例
https://github.com/NervJS/taro-sample-weapp
Last synced: about 1 month ago
JSON representation
与小程序原生融合的示例
- Host: GitHub
- URL: https://github.com/NervJS/taro-sample-weapp
- Owner: NervJS
- Created: 2018-09-10T07:41:05.000Z (over 6 years ago)
- Default Branch: next
- Last Pushed: 2023-01-07T04:15:25.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T18:42:08.734Z (4 months ago)
- Language: JavaScript
- Size: 1.82 MB
- Stars: 160
- Watchers: 24
- Forks: 58
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-taro - 与微信小程序原生融合的示例
README
# taro-sample-weapp
## 说明
Taro 与小程序原生融合的示例项目,包括:
* wxParse 示例
* echarts-for-weixin 示例
* 混写原生页面示例## 安装与运行
首先需要全局安装 cli 开发工具 `@tarojs/cli`
```bash
$ npm i -g @tarojs/cli
$ yarn global add @tarojs/cli
```然后执行如下命令,运行完后打开微信开发者工具,选择项目根目录进行预览
```bash
$ taro build --type weapp --watch
```