移动端开发TaroTaro快速掌握本页总览Taro快速掌握 CLI工具 # 使用 npm 安装 CLI$ npm install -g @tarojs/cli# OR 使用 yarn 安装 CLI$ yarn global add @tarojs/cli# OR 安装了 cnpm,使用 cnpm 安装 CLI$ cnpm install -g @tarojs/cli 创建项目 $ taro init myApp 更多信息