Skip to content

ArchitecturalEngineeringResearch/Taro-mobile

Repository files navigation

移动端代码

重要提示
代码均为 taro 2.0.3版本

$ taro update self 2.0.3 //需要调整版本 windows 可能再更新后找到不到 taro 自行配置环境变量 
1.安装依赖
# 使用 yarn 安装依赖
$ yarn
# OR 使用 cnpm 安装依赖
$ cnpm install
# OR 使用 npm 安装依赖
$ npm install
2.监听文件
$ taro build --type weapp --watch

更多命令