添加readme

This commit is contained in:
chenweiqiang 2025-04-29 10:45:37 +08:00
parent 71abe6cbd9
commit 92b00bfbd3
2 changed files with 14 additions and 2 deletions

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"
}
}
}