前言:
本文主要整理下我们跨段工具taro的具体使用方法与相关资料。
taro官网:
安装:
全局脚手架安装:
javascript
npm install -g @tarojs/cli
使用脚手架安装我们的taro项目
javascript
taro init myApp