初始化万家商超用户端仓库

This commit is contained in:
wangxiaowei
2025-04-30 14:04:34 +08:00
commit 022c640d89
425 changed files with 160005 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "modularization-example",
"version": "1.0.0",
"description": "模块化示例项目",
"main": "main.js",
"repository": {
"type": "git",
"url": "http://111.229.13.202:8099/liuhuan/fastui.git"
},
"keywords": [],
"author": "stars",
"license": "ISC",
"dependencies": {
"@hyoga/uni-socket.io": "^1.0.1",
"vue-i18n": "^8.22.2"
},
"devDependencies": {
"@dcloudio/types": "^2.0.20"
}
}