All Projects → MrXujiang → pc-Dooring

MrXujiang / pc-Dooring

Licence: MIT license
LowCode, PC Page Maker, PC Editor. Make PC as easy as building blocks. | 让网页制作像搭积木一样简单, 轻松搭建PC页面, Web网站, PC端网站. lowcode(low-code)可视化搭建平台

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to pc-Dooring

H5 Dooring
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
Stars: ✭ 5,832 (+1332.92%)
Mutual labels:  react-dnd, low-code, lowcode, low-code-framework
vite-vue3-lowcode
vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具
Stars: ✭ 1,309 (+221.62%)
Mutual labels:  low-code, lowcode
corteza-webapp-compose
cortezaproject.org/
Stars: ✭ 61 (-85.01%)
Mutual labels:  low-code, lowcode
CoCreate-dashboard
A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Stars: ✭ 20 (-95.09%)
Mutual labels:  low-code, low-code-framework
citrus
🌈 低代码快速开发脚手架,灵活、高效,降低开发成本
Stars: ✭ 368 (-9.58%)
Mutual labels:  low-code, lowcode
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (-20.64%)
Mutual labels:  low-code, lowcode
Budibase
Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
Stars: ✭ 8,071 (+1883.05%)
Mutual labels:  low-code, lowcode
yugong
前端低代码编辑器
Stars: ✭ 52 (-87.22%)
Mutual labels:  low-code, low-code-framework
Awesome Lowcode
国内低代码平台从业者交流
Stars: ✭ 7,099 (+1644.23%)
Mutual labels:  low-code, lowcode
Amis
前端低代码框架,通过 JSON 配置就能生成各种页面。
Stars: ✭ 8,930 (+2094.1%)
Mutual labels:  low-code, lowcode
Appsmith
Low code project to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API.
Stars: ✭ 12,079 (+2867.81%)
Mutual labels:  low-code, low-code-framework
CoCreateCSS
A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.
Stars: ✭ 13 (-96.81%)
Mutual labels:  low-code, low-code-framework
elemental-lowcode
Elemental lowcode development platform.
Stars: ✭ 44 (-89.19%)
Mutual labels:  low-code, lowcode
Brick Design
全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态
Stars: ✭ 4,048 (+894.59%)
Mutual labels:  low-code, lowcode
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (-81.82%)
Mutual labels:  umi, antdesign
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-95.82%)
Mutual labels:  umi, antdesign
umi-dva-antd-starter
Get started with Umi3.js and Ant Design.
Stars: ✭ 17 (-95.82%)
Mutual labels:  umi
photoeditor
👨🏻‍🎨 ReactJS Photo Editor
Stars: ✭ 26 (-93.61%)
Mutual labels:  react-dnd
spring-batch-admin-ui
Spring Batch Admin 是一个后端采用spring boot 2, spring security , oauth2, Spring data jpa 作为基础框架,集成了quartz 提供调度能力,集成了Spring batch 提供批处理能力的管理系统。系统旨在提供更底层数据展示以及常见批处理的配置以及运行能力。
Stars: ✭ 41 (-89.93%)
Mutual labels:  umi
umi-react-native
umi preset plugins for react-native
Stars: ✭ 54 (-86.73%)
Mutual labels:  umi

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

Welcome to PC-Dooring 👋

Version Documentation license:GPL3.0

🏠 Homepage

📦 doc(文档) PC-Dooring Document

视频教程 | Video tutorial

相关产品:

Show your support

Give a ⭐️ if this project helped you!

如果本开源项目对您有帮助, 请点个star, 支持开源.

Install(安装)

  1. 下载代码 | Download the code
git clone [email protected]:MrXujiang/pc-Dooring.git
  1. 进入项目目录 | Go to the project catalog
cd ./pc-Dooring
  1. 安装依赖包 | Install the dependency package
yarn install
or
cnpm install

Usage

本地启动应用 | Launch the app locally

yarn start
or
cnpm run start

如发现本地启动后组件拖拽遇到奇怪的报错, 是应为第三方组件在开发环境的bug, 可以采用一下方式解决:

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

前提是先安装http-server模块.

本地服务器部署

  1. 打包
yarn build
  1. 启动服务
node server.js
# 或者pm2(需要先全局安装pm2)
pm2 start server.js
  1. 访问地址
服务器ip + 3000 (默认为3000, 也可以改成80, 具体参考server.js)

更新日志 | Update the log

  1. 添加数据可视化模块
  2. 添加表单设计器模块
  3. 添加pc端组件库

持续升级 | Continuous upgrades

如果您有更好的想法, 欢迎和我们一起共建, 让国内开源更强大.

赞助 | Sponsored

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

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

微信:beautifulFront

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].