现在发原生微信小程序大家都用什么工具
用微信开发者工具 编写边调试?
还是 vscode 或 webstorm 写代码 微信开发者工具调试预览?
有什么比较顺手的方法推荐?
![]() | 1 B3C933r4qRb1HyrL 2022-12-22 15:12:12 +08:00 vscode 或 webstorm 写代码 微信开发者工具调试预览 |
2 wukongkong 2022-12-22 16:37:17 +08:00 via Android uniapp 做过超大型项目,比其他框架稳太多了 |
3 wukongkong 2022-12-22 16:38:24 +08:00 via Android 原生还有个坑 wxml 格式化需要 prettier 做特别配置,然后 overvide webstorm 是不生效的,需要手动执行…… |
![]() | 4 molvqingtai 2022-12-22 16:57:30 +08:00 使用的 vscode ,格式化使用的 eslint-plugin-wxml 这个 |
![]() | 5 tlerbao OP @wukongkong uniapp 现在 vue3 怎么样 坑多吗 |
6 mrbunker 2022-12-22 17:18:04 +08:00 用 vscode 体验还行 插件: https://github.com/wx-minapp/minapp-vscode ts npm 包: https://github.com/wechat-miniprogram/api-typings |
7 wukongkong 2022-12-22 18:45:55 +08:00 via Android @tlerbao 看你的用户群体,我们还要兼容 ios9……没得选 |
![]() | 8 HuskyYellow 2022-12-23 10:08:38 +08:00 体验好就上原生,uni-app 打包后 vender.js 体积过大,影响加载的。 |