wepy - 入手

时间:2023-03-09 22:02:42
wepy - 入手

wepy官方文档:

https://tencent.github.io/wepy/document.html#/

wepy - 入手

ESLint:一般用来校验JavaScript代码是否符合规范,不符合预期就报错(程序无法运行,提示错误地方)

官方文档:https://cn.eslint.org/

演示地址:https://cn.eslint.org/demo/

wepy - 入手

Redux:提供可预测化的状态管理,我们的gulp、vue、wepy热更新

官方文档:https://www.redux.org.cn/

wepy - 入手

web transform:腾讯AlloyTeam移动开发利器

演示地址:http://alloyteam.github.io/AlloyTouch/transformjs/

项目地址:https://github.com/AlloyTeam/AlloyTouch/tree/master/transformjs

wepy - 入手

好了,开始启动,先打开你的编辑器(vsCode)打开src文件夹

wepy - 入手

好了,再打开你的小程序编辑器(注意打开dist文件夹)

wepy - 入手

最后实时更改编辑器(vsCode)里面的代码会实时更新到小程序....