You need to sign in or sign up before continuing.
hookehuyr

chore: 更新依赖项和项目配置

- 升级 @vant/weapp 从 1.10.3 到 1.11.7
- 添加 .nvmrc 文件指定 node 版本 v16.14.2
- 添加项目规则文档 .trae/rules/project_rules.md
v16.14.2
## 项目依赖
1. 项目基于 Taro3, 文档参考: https://docs.taro.zone/docs/3.x/
2. 项目中使用 Taro3 的 vue 写法编写.
3. 项目中使用 Vant Weapp 组件库. 需要手动在 vantComponentConf.js 里面手动添加组件名称
4. 项目使用css尺寸 rem
## 项目运行测试
╰─ npm run dev:weapp 只测试微信小程序
......@@ -19,7 +19,7 @@
"@tarojs/plugin-platform-weapp": "^3.4.10",
"@tarojs/runtime": "3.4.10",
"@tarojs/taro": "3.4.10",
"@vant/weapp": "^1.10.3",
"@vant/weapp": "^1.11.7",
"axios": "^0.27.2",
"axios-miniprogram": "^2.0.0-rc-2",
"dayjs": "^1.11.5",
......@@ -5160,10 +5160,9 @@
"license": "MIT"
},
"node_modules/@vant/weapp": {
"version": "1.10.3",
"resolved": "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz",
"integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==",
"license": "MIT"
"version": "1.11.7",
"resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz",
"integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g=="
},
"node_modules/@vue/babel-helper-vue-jsx-merge-props": {
"version": "1.2.1",
......@@ -28140,9 +28139,9 @@
"integrity": "sha512-pW0DuV12cSaChubJYWJiAYkCr257yaxXsrxzluMUQQu7C/hSGtFoAYPI/K5ik2T7/Z+vhSNPpYwQzxI167hN+w=="
},
"@vant/weapp": {
"version": "1.10.3",
"resolved": "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz",
"integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw=="
"version": "1.11.7",
"resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz",
"integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g=="
},
"@vue/babel-helper-vue-jsx-merge-props": {
"version": "1.2.1",
......
......@@ -44,7 +44,7 @@
"@tarojs/plugin-platform-weapp": "^3.4.10",
"@tarojs/runtime": "3.4.10",
"@tarojs/taro": "3.4.10",
"@vant/weapp": "^1.10.3",
"@vant/weapp": "^1.11.7",
"axios": "^0.27.2",
"axios-miniprogram": "^2.0.0-rc-2",
"dayjs": "^1.11.5",
......
......@@ -2473,10 +2473,10 @@
"resolved" "https://mirrors.cloud.tencent.com/npm/@vant%2fuse/-/use-1.4.0.tgz"
"version" "1.4.0"
"@vant/weapp@^1.10.3":
"integrity" "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw=="
"resolved" "https://mirrors.cloud.tencent.com/npm/@vant%2fweapp/-/weapp-1.10.3.tgz"
"version" "1.10.3"
"@vant/weapp@^1.11.7":
"integrity" "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g=="
"resolved" "https://registry.npmjs.org/@vant/weapp/-/weapp-1.11.7.tgz"
"version" "1.11.7"
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
"integrity" "sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA=="
......