From 54f6e2e1252cac5bea5497c95c361de41fed5fd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=9E=AB=E6=89=8D?=
<8606195+huang-fengcai@user.noreply.gitee.com>
Date: Sun, 24 Jan 2021 23:26:44 +0800
Subject: [PATCH] update README.md.
---
README.md | 78 +++++--------------------------------------------------
1 file changed, 7 insertions(+), 71 deletions(-)
diff --git a/README.md b/README.md
index 8cbb300..6002a5f 100644
--- a/README.md
+++ b/README.md
@@ -1,77 +1,13 @@
# vue-form-making
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+简体中文 (./README.md)
-
-
-
-
-
-[简体中文](./README.zh-CN.md) | English
-
-The FormMaking developed base on [vue](https://github.com/vuejs/vue) and [element-ui](https://github.com/ElemeFE/element), equipts with the latest front-end technology stack, built-in i18n internationalization solution, all of those are aimed at making developmemt simpler, and more efficiently.
+基于 [vue](https://github.com/vuejs/vue) 和 [element-ui](https://github.com/ElemeFE/element) 实现的可视化表单设计器,使用了最新的前端技术栈,内置了 i18n 国际化解决方案,可以让表单开发简单而高效。

-* [Preview](http://form.xiaoyaoji.cn/basic-version)
-* [Development](/docs/guide.md)
-* [Components](/docs/component.md)
- * [MakingForm](/docs/component.md#makingform) (Quickly design the form page based on the visual operation.)
- * [GenerateForm](/docs/component.md#generateform) (The generator will render a form page quickly base on the configuration json data captured in the designer.)
-* [Secondary Development](/docs/develop.md)
-
-This project is the base version, and if you need to experience the [Advanced](http://form.making.link), you can go to the advanced version, which provides more components and functionality.
-
-## Feature
-
-* Visual configuration page
-* Provide grid layout and align with flex
-* One-click preview of configuration effects
-* One-click generation of configuration json data
-* One-click generate code, ready to run
-* Provide custom components to meet user's custom requirements
-* Provides a remote data interface for users to asynchronously fetch data
-* Provides powerful advanced components
-* Support for form validation
-* Get form data quickly
-* Internationalization support
-
-## Third-party plug-ins
-
-* [vuedraggable](https://github.com/SortableJS/Vue.Draggable)
-* [element-ui](https://github.com/ElemeFE/element)
-* [ace](https://github.com/ajaxorg/ace)
-* [vue2-editor](https://github.com/davidroyer/vue2-editor)
-
-## Browsers support
-
-Modern browsers and Internet Explorer 10+.
-
-| [
](https://godban.github.io/browsers-support-badges/)IE / Edge | [
](https://godban.github.io/browsers-support-badges/)Firefox | [
](https://godban.github.io/browsers-support-badges/)Chrome | [
](https://godban.github.io/browsers-support-badges/)Safari |
-| --------- | --------- | --------- | --------- |
-| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions
-
-## Licenses
-
-[LGPL-3.0](https://opensource.org/licenses/LGPL-3.0)
-
-[](https://xscode.com/gavinzhulei/vue-form-making)
-
-Support and additional versions are available on xs:code
-
-[](https://xscode.com/gavinzhulei/vue-form-making)
+* [在线预览](http://form.xiaoyaoji.cn/basic-version)
+* [开发指南](/docs/guide.zh-CN.md)
+* [组件](/docs/component.zh-CN.md)
+ * [MakingForm](/docs/component.zh-CN.md#表单设计器makingform) 表单设计器(基于可视化操作快速设计出表单页面)。
+ * [GenerateForm](/docs/component.zh-CN.md#表单生成器generateform) 表单生成器(根据设计器中获取的配置 json 数据,快速渲染出表单页面)。
--
Gitee