初始化代码

This commit is contained in:
2025-12-22 17:13:05 +08:00
parent ed0de08e3a
commit 1f7e9d401b
2947 changed files with 526137 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "hello-uniapp",
"version": "1.0.0",
"description": "为提高团队协作效率,便于前端后期优化维护,请大家认真阅读以下内容:",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ezuikit-js": "^0.5.2",
"jweixin-module": "^1.6.0",
"vue-lazyload": "^1.3.3"
},
"devDependencies": {
"postcss-loader": "^3.0.0"
},
"minimize": {
"dev:mp-weixin": "cross-env NODE_ENV=development ZHICHI_ENV=develop UNI_PLATFORM=mp-weixin vue-cli-service uni-build --watch --minimize"
},
"uni-app": {
"scripts": {}
}
}