Skip to content

now is codeing,current is demo example,This is a simple low-code repository, main use vue and java to impl,focus simple and efficient

Notifications You must be signed in to change notification settings

LiuDingBang666/simple-low-code

Repository files navigation

simple-low-code

一个基于 Vue3 的轻量级拖拽式页面生成器。

license version build stars

✨ 特性

  • 🚀 支持拖拽生成页面
  • 🎨 内置主题系统
  • ⚡ 一键生成 Vue/React 代码
  • 🛠️ 支持扩展自定义组件

🚀 快速开始

当前正在开发中,预览地址:https://www.xndb.net.cn:8094/

# 克隆项目
git clone https://github.com/yourname/yourproject.git

# 安装依赖
cd yourproject
pnpm install

# 启动项目
pnpm run dev


---

下方待补充,暂时使用模版....


## 5. 使用示例(Usage)
```markdown
## 📦 使用示例

在你的代码里这样写:

```js
import { createPage } from "your-lib";

const page = createPage({
  title: "Hello",
  components: [{ type: "Button", props: { text: "点我" } }]
});


---

## 6. 目录结构(可选)
```markdown
## 📂 目录结构
yourproject/
├── src/          # 源码
├── docs/         # 文档
├── examples/     # 示例
├── tests/        # 测试
└── README.md

## 🤝 开发指南

欢迎贡献代码!步骤:
1. Fork 本仓库
2. 创建新分支 `git checkout -b feature/xxx`
3. 提交修改 `git commit -m "add xxx"`
4. 推送分支 `git push origin feature/xxx`
5. 发起 Pull Request


## 🛣️ Roadmap
- [x] 基础页面生成
- [x] 组件拖拽
- [ ] 主题系统
- [ ] 移动端支持


## ❓ FAQ

**Q: 这个项目支持 React 吗?**  
A: 支持,切换配置即可。

**Q: 可以商用吗?**  
A: 遵循 MIT 协议,自由使用。


## 📄 License

MIT © 2025 [Your Name](https://github.com/yourname)

About

now is codeing,current is demo example,This is a simple low-code repository, main use vue and java to impl,focus simple and efficient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published