自动化接入
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev:h5": "uni",
|
||||
"dev:mp-weixin": "uni -p mp-weixin",
|
||||
"dev:mp-weixin": "npm run pages&&uni -p mp-weixin",
|
||||
"build:h5": "uni build",
|
||||
"build:mp-weixin": "uni build -p mp-weixin"
|
||||
"build:mp-weixin": "uni build -p mp-weixin",
|
||||
"pages": "node bin/pages.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/uni-app": "3.0.0-3061420221215001",
|
||||
@@ -29,6 +30,10 @@
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-3061420221215001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-3061420221215001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-3061420221215001",
|
||||
"chalk": "^4.1.2",
|
||||
"fs-extra": "^11.1.0",
|
||||
"path": "^0.12.7",
|
||||
"sass": "^1.57.1",
|
||||
"vite": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user