微信小程序

1.注册登录 微信公众平台 https://mp.weixin.qq.com/ 设置小程序信息

2.下载微信开发者工具 :稳定版 Stable Build https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html

3.登录注册好的微信号

4.新建项目 选择对应 AppID

5.使用组件库

使用 weui 首先需要登录微信、设置 app.json

"useExtendedLib": {
    "weui": true
 }

使用 vant 需要设置 project.config.json

    "packNpmManually": true,
    "packNpmRelationList": [
      {
        "packageJsonPath": "./package.json",
        "miniprogramNpmDistDir": "./"
      }
    ],

6.微信开发者代码管理https://git.weixin.qq.com/

posted @ 2022-01-05 12:34  __Bowen  阅读(13)  评论(0编辑  收藏  举报