加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
一灰灰Blog 提交于 2024-06-13 09:32 . feat: 用户 & 商品类目完成
{
"name": "admin-with-element-plus",
"id": "atongge-admin-with-element-plus",
"displayName": "使用uniapp和element plus改造,无uniCloud环境的admin通用风格的后端管理系统框架。",
"version": "0.0.5",
"description": "基于uni-app & element plus的后台管理项目模板,已剥离uniCloud,适合自有服务器和习惯使用uniapp框架的开发者",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://gitcode.net/atongge-public/admin-with-element-plus.git",
"homepage": "https://gitcode.net/atongge-public/admin-with-element-plus",
"license": "MIT",
"author": "atongge",
"bugs": {
"url": "https://gitcode.net/atongge-public/admin-with-element-plus/-/issues"
},
"keywords": [
"element",
"plus",
"后端管理系统",
"前端",
"网站"
],
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": "1006178635"
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": "",
"type": "uniapp-template-project"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
},
"client": {
"App": {
"app-vue": "y",
"app-nvue": "y"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "n",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "u",
"vue3": "y"
}
}
}
},
"devDependencies": {
"mockjs": "^1.1.0",
"vite-plugin-mock": "^3.0.1"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"element-plus": "^2.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化