小程序-基本配置
第一步 : 小程序文件目录下安装npm/node
cmd => npm install --save wx-server-sdk@latest
cmd => node install

第二步 : 将代码发布至云服务器-取名
第三步 : 右击cloudfunctions将当前的环境设置为你自己刚开始建制的运服务器
第四步 : 右击cloudfunctions开启云函数本地调试
第五步 : 在pages/index/index.wxml中写vue html/index.js 写事件/index.wxss写样式
第六步 : 编写技巧
index.js


第七步 : 需要跳转的地址必须在style/app.json配置路由

免费小程序demo地址:https://github.com/FZliweiliang/wechat-app-mall
1538

被折叠的 条评论
为什么被折叠?



