MCPcopy Index your code
hub / github.com/MrXujiang/h5-Dooring

github.com/MrXujiang/h5-Dooring @main sqlite

repository ↗ · DeepWiki ↗
498 symbols 1,182 edges 143 files 0 documented · 0%
README

Make H5 as easy as building blocks!

<img src="http://cdn.dooring.cn/dr/logo.ff7fc6bb.png" width="260" alt="H5编辑器,H5制作神器,H5 editor,lowcode">

Welcome to H5-Dooring 👋

Version Documentation license:GPL3.0

H5-Dooring is a powerful, open source, free H5 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.

H5-Dooring编辑器预览图

home🏠 demo✨ doc📦 tutorial wiki
website Demo Document 视频&Video wiki

✨ note: If the official visit is too slow, visit the H5-Dooring for Singapore

🎉福利🎉: 最近基于nextjs实现的多维表格正式上线, 前100名用户仅需399元, 感兴趣可以参考体验一下.

  • 多维表格编辑器: http://pxcharts.com

English | 简体中文

new doc: private deployment process

website: H5-Dooring

tech blog: sharing of technology

Related products:

Author

👤 alex_xu

## Star History

Star History Chart

🤝 Contributing and support

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Give a ⭐️ if this project helped you!

Privatization Deployment documentation

  • address: http://h5.dooring.cn/docz
  • ⭐️ lowcode component list: http://h5.dooring.cn/docz/components/intro
  • List of answers: http://h5.dooring.cn/docz/source-list/H5-Dooring/guide
  • gitee mini code: https://gitee.com/lowcode-china/h5_-dooring

Features

  1. editor
  2. [x] Guides
  3. [x] The underlying component
  4. [x] Visual components
  5. [x] Media components
  6. [x] Product components
  7. [x] Dragper
  8. [x] Configure the panel
  9. [x] Form designer
  10. [x] (Multi) Page management (copy, edit, delete, new)
  11. [x] Component animation
  12. [x] Component interaction
  13. [x] Data source management
  14. [x] Quick preview
  15. [x] Real machine preview
  16. [x] Undo and redo
  17. [x] WeChat shares
  18. [x] shortcut key
  19. [x] The template library
  20. [x] Desktop software, Dooring-electron, supports offline use

2) Enhanced features

  • [x] Upload json, convert to H5 with one click
  • [x] Photo gallery
  • [x] Code capability (download source, download dis package)

3) backend API - [x] Create, save, and update your work - [x] User management, rights management - [x] One-click intelligent analysis - [x] Data look - [x] Form data collection - [x] Form data presentation - [x] Form data analysis, one-click export excel, form multi-condition search - [x] Preview online - [x] QR code preview - [x] Template management - [x] Code interface

Update the log

  1. Whether the video component adds a full-screen configuration item when playing
  2. Fixes a click failure of the icon component
  3. The editor supports multi-size switching and canvas size customization
  4. Fix multilingual issues with background management analytics forms
  5. The component library supports user-defined selection

Technology Sharing

The back-end section

The back-end part because of the knowledge points involved is more, is not the focus of this article, so here is a few points, you can use completely different technology to achieve back-office services, such as PHP, Java, Python or Egg. The author here is using the "koa" .

Specific code can refer to the full stack development article:

Install

  1. Download the code
git clone https://github.com/MrXujiang/h5-Dooring.git
  1. Go to the project catalog
cd ./h5-Dooring
  1. Install the dependency package
yarn pkg

Usage

Launch the app locally

yarn start
or
cnpm run start

local visit:

http://localhost:port/h5_plus

注意: 如果 window 系统下无法启动, 请移步 dooring-electron

How to run the downloaded code ?

  1. The compression package can be unzipped directly to the server root, and access to the root address is sufficient
  2. 'vscode' installs the Live Server plug-in, unzips the downloaded compression package into a folder, opens with 'vscode', clicks on Live Server, and notes that to remove the 'index .html' of the startup path, change it to '/'

If you find that the local boot component drag and drop encountered strange errors, is the third-party component in the development environment bug, you can take a step to solve:

If you find that the local start-up component drag encountered strange errors, is a bug that should be a third-party component in the development environment, can be resolved in a way:

yarn dev
or
cnpm run dev

The premise is to install the http-server module first.

Browsers support

Modern browsers does not support IE browser

| IE / Edge

IEdge | Firefox

Firefox | Chrome

Chrome | Safari

Safari | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Edge | last 2 versions | last 2 versions | last 2 versions |

Contact us

line

Twitter Account:@H5Dooring

Partner project

Sponsored

Open source is not easy, with your sponsorship, we will do better

Technical feedback and communication

wechat:beautifulFront

Extension points exported contracts — how you extend this code

PlayerPropsType (Interface)
(no doc)
src/video-react.d.ts
Window (Interface)
(no doc)
src/typings.d.ts
IUploadConfigType (Interface)
(no doc)
src/components/FormComponents/types.ts
Editor (Interface)
(no doc)
src/pages/user/index.tsx
ErrorBoundaryProps (Interface)
(no doc)
src/core/DynamicEngine.tsx
ICommonBaseType (Interface)
(no doc)
src/materials/common.ts
VideoPropsType (Interface)
(no doc)
src/video-react.d.ts
ITextConfigType (Interface)
(no doc)
src/components/FormComponents/types.ts

Core symbols most depended-on inside this repo

g
called by 302
website/js/plugins.js
a
called by 83
website/js/plugins.js
r
called by 70
website/js/plugins.js
e
called by 60
website/js/plugins.js
m
called by 40
website/js/jquery.js
k
called by 39
website/js/jquery.js
y
called by 34
website/js/plugins.js
l
called by 33
website/js/plugins.js

Shape

Function 292
Interface 139
Class 52
Method 15

Languages

TypeScript100%

Modules by API surface

website/js/jquery.js83 symbols
website/js/plugins.js71 symbols
src/video-react.d.ts68 symbols
src/pages/editor/components/Header/index.tsx19 symbols
src/components/FormComponents/types.ts15 symbols
src/core/DynamicEngine.tsx13 symbols
src/components/FormComponents/Table/index.tsx12 symbols
src/utils/tool.ts11 symbols
src/pages/editor/models/editorModal.js11 symbols
website/js/main.js10 symbols
src/components/FormComponents/DataList/index.tsx10 symbols
src/components/FormComponents/Upload/index.tsx6 symbols

Dependencies from manifests, versioned

@ant-design/icons4.2.1 · 1×
@antv/f23.7.7 · 1×
@types/classnames2.2.10 · 1×
@types/codemirror0.0.98 · 1×
@types/events3.0.0 · 1×
@types/file-saver2.0.1 · 1×
@types/node14.6.2 · 1×
@types/react-color3.0.4 · 1×
@types/xlsx0.0.36 · 1×

For agents

$ claude mcp add h5-Dooring \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact