加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
colorful-app 提交于 2024-12-02 16:49 . feat: 文案优化
{
"name": "colorful-uni-demo",
"version": "1.0.0",
"description": "colorful-uni-demo",
"main": "main.js",
"scripts": {
"preview:h5": "npx http-server unpackage/dist/build/web -p 8888"
},
"dependencies": {
"uview-ui": "^1.8.8"
},
"devDependencies": {
},
"keywords": [
"uniapp",
"library",
"component",
"colorful-uniapp"
],
"author": "anyup",
"license": "MIT",
"homepage": "https://github.com/anyup/colorful-uni#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/anyup/colorful-uni.git"
},
"bugs": "https://github.com/anyup/colorful-uni/issues",
"uni-app": {
"scripts": {
"h5-custom": {
"title": "自定义H5平台",
"browser": "chrome",
"env": {
"UNI_PLATFORM": "h5"
},
"define": {
"H5-CUSTOM": true
}
},
"mp-weixin-custom": {
"title": "自定义小程序平台",
"env": {
"UNI_PLATFORM": "mp-weixin"
},
"define": {
"MP-WEIXIN-CUSTOM": true
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化