Compare commits

..

No commits in common. "92b00bfbd3e44ef2041b3336371e4c670ab2e6f8" and "50aa0151c06e58ec08d12036cc98e42aff9e193c" have entirely different histories.

5 changed files with 2 additions and 18917 deletions

11080
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,6 @@
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
"pnpm": "^10.10.0",
"vue": "^3.4.21",
"vue-i18n": "^9.1.9"
},

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
# app
### 当前工程为uniapp项目,生成方式使用vue命令
```shell
# js-vue3 基于uniapp模版进行项目生成 --force 代表强制覆盖 app代表工程名称
npx degit dcloudio/uni-preset-vue#vite app --force
# 进入工程执行安装命令
pnpm install
# h5启动
pnpm dev:h5
```

View File

@ -1,5 +1,5 @@
{
"pages": [
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
@ -13,4 +13,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
}