githbq / dooring-electron-lowcode

基于electron的lowcode编辑器桌面端

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dooring-electron-lowcode

基于electron的lowcode编辑器桌面端

让页面制作像搭积木一样简单!

H5编辑器,H5制作神器,H5 editor,lowcode

Welcome to dooring-electron-lowcode 👋

Version Documentation license:GPL3.0

dooring-electron-lowcode是一款功能强大,专业可靠的可视化页面配置解决方案,致力于提供一套简单方便、专业可靠、无限可能的H5落地页最佳实践。技术栈以react和typescript为主, 后台采用nodejs开发, electron作为桌面端基础方案。

dooring-electron-lowcode is a powerful, open source, free visual page configuration solution dedicated to providing a simple, convenient, professional and reliable, unlimited set of H5 landing page best practices. The technology stack is mainly react, developed in the background using nodejs.

Demo

📦 doc(文档) H5-Dooring Document

相关产品:

Author

👤 徐小夕

声明

未获得授权的情况下,禁止对该仓库代码进行反编译、分发等行为,否则将承担相应的法律后果。

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. 欢迎提供问题和功能需求, 如果大家有好的点子和优化建议, 也欢迎提pr参与我们的共建.

Show your support

Give a ⭐️ if this project helped you! 如果觉得项目还不错, 就点个star吧~

Install(安装)

  1. 下载代码 | Download the code
git clone git@github.com:MrXujiang/dooring-electron-lowcode.git
  1. 安装依赖包 | Install the dependency package
yarn install
or
cnpm install
  1. 构建前端包
cd ./renderer
# 安装前端包
yarn
# 构建前端包
yarn build

Usage

本地启动应用 | Launch the app locally

yarn debug:main

项目打包

构建测试包
npm run pack   // 仅输出包,方便测试
构建安装包
  1. 执行前端资源打包
npm run build  // react资源打包
  1. 运行electron构建命令,输出安装包
npm run dist-mac // mac包
npm run dist-win // windows包
npm run dist-linux // linux包
npm run dist-all   // 所有平台包

各配置规则请参考文件中注释和官方文档:

electron-builder参数参考

Partner project

赞助 | Sponsored

开源不易, 有了您的赞助, 我们会做的更好~

技术反馈和交流群 | Technical feedback and communication

微信:beautifulFront

About

基于electron的lowcode编辑器桌面端

License:GNU General Public License v3.0


Languages

Language:TypeScript 70.8%Language:CSS 15.9%Language:Less 7.6%Language:JavaScript 5.4%Language:EJS 0.3%Language:Shell 0.0%