Compare commits

..

2 Commits

Author SHA1 Message Date
chenweiqiang 92b00bfbd3 添加readme 2025-04-29 10:45:37 +08:00
chenweiqiang 71abe6cbd9 install 2025-04-29 10:27:46 +08:00
5 changed files with 18917 additions and 2 deletions

11080
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -52,6 +52,7 @@
"@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"
},

7822
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

12
readme.md Normal file
View File

@ -0,0 +1,12 @@
# 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": [ //pageshttps://uniapp.dcloud.io/collocation/pages
"pages": [
{
"path": "pages/index/index",
"style": {
@ -13,4 +13,4 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
}