You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

456 B

taro-sample-weapp

说明

Taro 与小程序原生融合的示例项目,包括:

  • wxParse 示例
  • echarts-for-weixin 示例
  • 混写原生页面示例

安装与运行

首先需要全局安装 cli 开发工具 @tarojs/cli

$ npm i -g @tarojs/cli
$ yarn global add @tarojs/cli

然后执行如下命令,运行完后打开微信开发者工具,选择项目根目录进行预览

$ taro build --type weapp --watch