2 Star 2 Fork 2

LCUI 开发 / 快速上手示例

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lcpkg.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-03 13:29 . chore: version 0.2.0
{
"name": "lcui-quick-start",
"version": "0.2.0",
"description": "A minimal LCUI application",
"author": "lc-soft",
"homepage": "https://github.com/lc-ui/lcui-quick-start",
"bugs": {
"url": "https://github.com/lc-ui/lcui-quick-start/issues"
},
"arch": [
"x86",
"x64"
],
"platform": [
"windows",
"uwp",
"linux"
],
"mode": [
"debug",
"release"
],
"scripts": {
"build:bin": "node ./scripts/build-bin.js",
"build:css": "node ./scripts/build-css.js",
"configure": "node ./scripts/configure.js",
"run": "node ./scripts/run.js",
"start": "lcpkg run configure && lcpkg run build:bin && lcpkg run build:css && lcpkg run run"
},
"dependencies": {
"LCUI": {
"version": "v2.0.0",
"uri": "github:lc-soft/LCUI",
"resolved": {
"all": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip",
"x64-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-uwp.lcpkg.zip",
"x64-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-windows.lcpkg.zip",
"x86-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-uwp.lcpkg.zip",
"x86-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip"
},
"linkage": "auto"
}
}
}
C
1
https://gitee.com/lcui-dev/lcui-quick-start.git
git@gitee.com:lcui-dev/lcui-quick-start.git
lcui-dev
lcui-quick-start
快速上手示例
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891