1 Star 0 Fork 32

zhenyangze/uniapp-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
惊悚的毛毛虫 提交于 2021-07-28 17:48 . 修正文档
{
"name": "uniapp-template",
"version": "1.0.0",
"description": "-\t组件使用easycom模式 cl-*(可在pages里面修改)",
"main": "main.js",
"id": "chenmushan-template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ChenMuShan/uniapp-template"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^2.0.4"
},
"uni-app": {
"scripts": {
"h5-dev": {
"title": "H5-开发服",
"BROWSER": "Chrome",
"env": {
"UNI_PLATFORM": "h5",
"BASE_API_URL": "http://dev.com"
},
"define": {
"MP-DINGTALK": true
}
},
"h5-test": {
"title": "H5-测试服",
"BROWSER": "Chrome",
"env": {
"UNI_PLATFORM": "h5",
"BASE_API_URL": "http://test.com"
},
"define": {
"MP-DINGTALK": true
}
},
"h5-pro": {
"title": "H5-正式服",
"BROWSER": "Chrome",
"env": {
"UNI_PLATFORM": "h5",
"BASE_API_URL": "http://pro.com"
},
"define": {
"MP-DINGTALK": true
}
},
"weixin-dev": {
"title": "微信小程序-开发服",
"env": {
"UNI_PLATFORM": "mp-weixin",
"BASE_API_URL": "http://dev.com"
},
"define": {
"MP-DINGTALK": true
}
},
"weixin-test": {
"title": "微信小程序-测试服",
"env": {
"UNI_PLATFORM": "mp-weixin",
"BASE_API_URL": "http://test.com"
},
"define": {
"MP-DINGTALK": true
}
},
"weixin-pro": {
"title": "微信小程序-正式服",
"env": {
"UNI_PLATFORM": "mp-weixin",
"BASE_API_URL": "http://pro.com"
},
"define": {
"MP-DINGTALK": true
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhenyangze/uniapp-template.git
git@gitee.com:zhenyangze/uniapp-template.git
zhenyangze
uniapp-template
uniapp-template
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385