Compare commits
No commits in common. "92b00bfbd3e44ef2041b3336371e4c670ab2e6f8" and "50aa0151c06e58ec08d12036cc98e42aff9e193c" have entirely different histories.
92b00bfbd3
...
50aa0151c0
File diff suppressed because it is too large
Load Diff
|
|
@ -52,7 +52,6 @@
|
||||||
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
|
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
|
||||||
"@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
|
"@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
|
||||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
|
"@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
|
||||||
"pnpm": "^10.10.0",
|
|
||||||
"vue": "^3.4.21",
|
"vue": "^3.4.21",
|
||||||
"vue-i18n": "^9.1.9"
|
"vue-i18n": "^9.1.9"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
7822
pnpm-lock.yaml
7822
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
12
readme.md
12
readme.md
|
|
@ -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
|
|
||||||
```
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"pages": [
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue