5 Star 19 Fork 6

hackchen / gdshop-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
公用 提交于 2022-07-10 13:47 . [新增功能](dev): 完善优惠券相关
{
"name": "gdshop-uniapp",
"version": "1.0.0",
"description": "gdshop商城",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/hackchen/gdbase6-shop-uniapp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@holyhigh/func.js": "^0.1.2",
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.7",
"vuex": "^3.5.1",
"vuex-persistedstate": "^4.0.0-beta.1"
},
"devDependencies": {
"@types/uni-app": "^1.4.3"
},
"uni-app": {
"scripts": {
"h5-dev": {
"title": "H5-开发",
"env": {
"NODE_ENV": "development",
"UNI_PLATFORM": "h5",
"VUE_APP_BASE_API": "http://localhost:8181"
},
"define": {
"H5": true
}
},
"h5-sit": {
"title": "H5-测试",
"env": {
"NODE_ENV": "production",
"UNI_PLATFORM": "h5",
"VUE_APP_BASE_API": "http://shopapi.show.gdshop.top"
},
"define": {
"H5": true
}
},
"h5-prod": {
"title": "H5-生产",
"env": {
"NODE_ENV": "production",
"UNI_PLATFORM": "h5",
"VUE_APP_BASE_API": "http://47.242.64.5:8099"
},
"define": {
"H5": true
}
},
"mp-dev": {
"title": "微信小程序-开发",
"env": {
"NODE_ENV": "development",
"UNI_PLATFORM": "mp-weixin",
"VUE_APP_BASE_API": "http://localhost:8181"
},
"define": {
"MP-WEIXIN": true
}
}
}
}
}
1
https://gitee.com/hackchen/gdshop-uniapp.git
git@gitee.com:hackchen/gdshop-uniapp.git
hackchen
gdshop-uniapp
gdshop-uniapp
master

搜索帮助