編輯調試微信小程序
# yarn $ yarn dev:weapp $ yarn build:weapp # npm script $ npm run dev:weapp $ npm run build:weapp # 僅限全局安裝 $ taro build --type weapp --watch $ taro build --type weapp # npx 用戶也可以使用 $ npx taro build --type weapp --watch $ npx taro build --type weapp
下載微信開發者工具,打開dist文件
注:
1)project.config.json中的appid應和微信開發者工具保持一致;