Skip to content

Commit

Permalink
feat: 更新官网
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zuo committed Apr 18, 2024
1 parent 515bab2 commit 7a3eca9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

> 由于官方已停止维护,特别是低代码表单设计器 Designable,连官网都没有,对于二次开发来说上手成本较高,这也是本站 formily.top 搭建的目的之一。
formily.top 是基于 Alibaba Formily 二次开发的表单、静态页面低代码解决方案,目前主要应用在 Vue3 项目中,它包含下面几个模块:

- 基于 Formily Designable 二次开发的低代码设计器 [design.formily.top](http://design.formily.top)
- 基于 Vue3 + Koa.js + MongoDB 的低代码配置列表、编辑、预览(前后端增删改查)[config.formily.top](http://config.formily.top)[api.formily.top](https://github.com/formily/server)
formily.top 是基于 Alibaba Formily 二次开发的表单、静态页面低代码解决方案,目前主要应用在 Vue3 项目中。

下面是一个最基本的示例:

Expand All @@ -28,8 +25,12 @@ const confirm = (formData) => {
</script>
```

## 实现细节
## 模块

formily.top 主要包含下面几个模块

- 基于 Formily Designable 二次开发的低代码设计器 [design.formily.top](http://design.formily.top)
- 基于 Vue3 + Koa.js + MongoDB 的低代码配置列表、编辑、预览(前后端增删改查)[config.formily.top](http://config.formily.top)[api.formily.top](https://github.com/formily/server)
- 基于 @formily/element-plus 二次扩展开发的 [@niceone/formily-element-plus](https://github.com/formily/element-plus) 组件库,用于扩展设计器支持的组件
- 针对低代码的应用场景,简化低代码引入,二次封装的 [@niceone/formily-comp](https://github.com/formily/formily-comp) 组件
- Vue3 项目低代码应用场景,demo 展示:[vue.formily.top](http://vue.formily.top)

0 comments on commit 7a3eca9

Please sign in to comment.