Taro官網安裝及使用:
https://nervjs.github.io/taro/docs/GETTING-STARTED.html
1、安裝node
2、安裝鏡像
可以使用淘寶的鏡像 https://npm.taobao.org/打開指令終端 npm install -g cnpm --registry=https://registry.npm.taobao.org
3、安裝 Taro 開發工具 @tarojs/cli
npm install -g @tarojs/cli
4、使用指令建立模闆項目
taro init myApp
5、進入項目
cd myApp
6、打開項目閱覽(這裡操作的是H5)
npm run dev:h5