Commit b562a4c1701283e04f7d0445f9900a610b34227c

Authored by ly525
1 parent 3cf794b3

update README.md: update links

Showing 2 changed files with 68 additions and 11 deletions
README.en.md
... ... @@ -2,7 +2,7 @@
2 2 <a href="https://github.com/ly525/luban-h5/releases"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ly525/luban-h5"></a>
3 3 </p>
4 4  
5   -📖 [Online English Document](https://ly525.github.io/luban-h5/) | [简体中文](./README.md)
  5 +[📖 Document](https://ly525.github.io/luban-h5/) | [📖简体中文](./README.md)
6 6  
7 7 ### What's LuBan-H5?
8 8 > LuBan-H5 is a mobile page builder based on Vue.js, which is similar with [Amolink](www.amolink.com) [eqx](http://www.eqxiu.com)(it's a chinese website, you may need to translate the page). It also supports parsing PSD file to HMTL5 Page
... ... @@ -13,6 +13,36 @@
13 13 <img src="https://s2.ax1x.com/2019/10/11/u7WzUx.gif" style="margin: 10px;" width="60%" />
14 14  
15 15  
  16 +## Links
  17 +- Documents
  18 + * [Chinese online document](https://ly525.github.io/luban-h5/zh/)
  19 + * [English](https://ly525.github.io/luban-h5/en/getting-started/introduction.html)
  20 +
  21 +- Source Code
  22 + * GitHub: https://GitHub.com/ly525/luban-h5
  23 + * [Gitee(China Mirror)](https://Gitee.com/ly525/luban-h5)
  24 +
  25 +- Community
  26 + * [Gitter](https://gitter.im/luban-h5/community)
  27 + * [吐个槽:For Chinese Users](https://support.qq.com/product/93432)
  28 +
  29 +
  30 +- Ecosystem
  31 + * back-end integration
  32 + * [Strapi.js(official Node.js backend API for luban-h5)](/luban-h5/tree/dev/back-end/h5-api)
  33 + * [Spring Boot API Demo](https://github.com/luban-h5/Spring-Boot-API-for-editor)
  34 +
  35 + * Custom components
  36 + * [Rapid development of custom component scaffolding](https://github.com/luban-h5/vue-cli-plugin-lbhc)
  37 +
  38 + * official components library
  39 + * [Slide](https://github.com/luban-h5-components/lbp-slide)
  40 + * [Normal Button(different from form-button)](https://github.com/luban-h5-components/lbc-button)
  41 +
  42 + * Support Component/Auxiliary Component
  43 + * Image Gallery: For Quick Selection of images from the gallery
  44 + * [Text alignment-Repo(for Button text alignment)](https://github.com/luban-h5/lbs-text-align)
  45 +
16 46  
17 47 ### Features
18 48 1. Editor
... ...
README.md
1   -[📖中文在线文档](https://ly525.github.io/luban-h5/zh/) | [📖English README](./README.en.md) | [English Document](https://ly525.github.io/luban-h5/en/getting-started/introduction.html)
  1 +[📖中文在线文档](https://ly525.github.io/luban-h5/zh/) | [📖English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html) | [README(en)](./README.en.md)
2 2  
3 3 <h2 align="center">
4 4 鲁班 H5
... ... @@ -13,15 +13,42 @@ Mobile Page Builder&amp;Generator with Drag&amp;Drop
13 13 <p align="left">
14 14 <a href="https://github.com/ly525/luban-h5/releases"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ly525/luban-h5"></a>
15 15 <a href="https://gitter.im/luban-h5/community"><img alt="Gitter" src="https://img.shields.io/gitter/room/luban-h5/community"></a>
16   -
  16 +
17 17 </p>
18 18  
19 19 ### 🔗Links/相关链接
20   -1. [中文社区/论坛](https://support.qq.com/product/93432)
21   -2. [📖中文在线文档](https://ly525.github.io/luban-h5/zh/)
22   -3. [📖English README](./README.en.md)
23   -4. GitHub:https://github.com/ly525/luban-h5
24   -5. Gitee (国内镜像):https://gitee.com/ly525/luban-h5
  20 +- 文档
  21 + * [📖中文在线文档](https://ly525.github.io/luban-h5/zh/)
  22 + * [📖English Docs](https://ly525.github.io/luban-h5/en/getting-started/introduction.html)
  23 + * [README(En)](./README.en.md)
  24 +
  25 +- 教程
  26 + * [视频教程:快速开始(哔哩哔哩)](https://space.bilibili.com/121039466/channel/detail?cid=94066)
  27 +
  28 +
  29 +- 源码
  30 + * GitHub:https://github.com/ly525/luban-h5
  31 + * [Gitee (国内镜像)](https://gitee.com/ly525/luban-h5)
  32 +
  33 +- 社区
  34 + * [中文社区/论坛](https://support.qq.com/product/93432)
  35 + * [Gitter](https://gitter.im/luban-h5/community)
  36 +
  37 +- 生态
  38 + * 后端集成
  39 + * [Strapi.js (Node.js 官方后端API)](/luban-h5/tree/dev/back-end/h5-api)
  40 + * [Spring Boot API Demo](https://github.com/luban-h5/spring-boot-api-for-editor)
  41 +
  42 + * 自定义组件
  43 + * [快速开发脚手架](https://github.com/luban-h5/vue-cli-plugin-lbhc)
  44 +
  45 + * 官方组件库
  46 + * [轮播图](https://github.com/luban-h5-components/lbp-slide)
  47 + * [普通按钮](https://github.com/luban-h5-components/lbc-button)
  48 +
  49 + * 支撑组件(辅助类组件)
  50 + * 图片库:用于从图库中快速选择图片
  51 + * [文本对齐-Repo](https://github.com/luban-h5/lbs-text-align):用于按钮文字对齐
25 52  
26 53 目录
27 54 - [鲁班H5是什么?](#%E9%B2%81%E7%8F%ADh5%E6%98%AF%E4%BB%80%E4%B9%88)
... ... @@ -53,7 +80,7 @@ Mobile Page Builder&amp;Generator with Drag&amp;Drop
53 80  
54 81 | 钉钉群 | 微信公众号 | 微信 |
55 82 |---|---|---|
56   -| <img src="https://user-images.githubusercontent.com/12668546/61447488-a379f700-a983-11e9-9956-139352a2585d.png" width="200" />| <img src="https://user-images.githubusercontent.com/12668546/65471913-ab827580-dea3-11e9-919c-870c9605c60f.png" width="200" /> | <img src="https://user-images.githubusercontent.com/12668546/66585418-5cce1e80-ebb9-11e9-91c0-56f658f09e27.png" width="200" /> <br />请备注:鲁班H5交流|
  83 +| <img src="https://user-images.githubusercontent.com/12668546/61447488-a379f700-a983-11e9-9956-139352a2585d.png" width="200" />| <img src="https://user-images.githubusercontent.com/12668546/65471913-ab827580-dea3-11e9-919c-870c9605c60f.png" width="200" /> | <img src="https://user-images.githubusercontent.com/12668546/66585418-5cce1e80-ebb9-11e9-91c0-56f658f09e27.png" width="200" /> <br />请备注:鲁班H5交流|
57 84  
58 85 ## 更多细节请阅读[在线文档](https://ly525.github.io/luban-h5)
59 86  
... ... @@ -93,8 +120,8 @@ Mobile Page Builder&amp;Generator with Drag&amp;Drop
93 120 - [x] 表单数据展示
94 121 - [x] 在线预览
95 122 - [x] 二维码预览
96   -
97   -
  123 +
  124 +
98 125 ### 更多说明
99 126 #### 前端组件说明
100 127 1. `lbp-` 全称为 `lu-ban-plugin-`, 意思为 `鲁班H5的插件`,位置:`front-end/h5/src/components/plugins`
... ...