1 Star 0 Fork 76

MilesLuo/h5-dooring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
徐小夕 提交于 2021-12-08 23:25 . :art:优化安装打包方式
{
"name": "h5-dooring",
"version": "1.4.0",
"description": "H5-Dooring是一款功能强大,开源免费的H5可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的H5落地页最佳实践。技术栈以react为主, 后台采用nodejs开发。",
"private": false,
"author": {
"name": "徐小夕",
"email": "[email protected]",
"url": "http://h5.dooring.cn"
},
"keywords": [
"h5 editor",
"h5",
"react",
"antd",
"react-dnd",
"web visible"
],
"contributors": [
"徐小夕 <[email protected]> (https://github.com/MrXujiang))",
"mokinzhao <[email protected]> (https://github.com/mokinzhao))",
"yehuozhili <[email protected]> (https://github.com/yehuozhili))"
],
"scripts": {
"pkg": "bash install.sh",
"start": "npm run start:ui & npm run start:editor",
"start:editor": "npx lerna exec --scope @h5-dooring/editor -- npm run start",
"start:ui": "npx lerna exec --scope @h5-dooring/ui -- npm run start",
"build": "npm run build:ui && npm run build:editor",
"build:editor": "npx lerna exec --scope @h5-dooring/editor -- npm run build",
"build:ui": "npx lerna exec --scope @h5-dooring/ui -- npm run build",
"docs:dev": "npx lerna exec --scope @h5-dooring/doc -- npm run dev",
"docs:build": "npx lerna exec --scope @h5-dooring/doc -- npm run build",
"server": "node server.js",
"dev": "http-server dist",
"test-demo": "http-server dist",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage",
"nocompress": "cross-env RM_TMPDIR=none COMPRESS=none umi build"
},
"homepage": "http://h5.dooring.cn",
"repository": {
"type": "git",
"url": "git+https://github.com/MrXujiang/h5-Dooring.git"
},
"bugs": {
"url": "https://github.com/MrXujiang/h5-Dooring/issues"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/cqleco/h5-dooring.git
[email protected]:cqleco/h5-dooring.git
cqleco
h5-dooring
h5-dooring
master

搜索帮助