Commit d42392a2 by Mr. Lan

update readme.

parent aae98f31
Showing with 4 additions and 5 deletions
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<img src="https://www.fdevops.com/wp-content/uploads/2020/07/1595066253-ferry_logo_meitu_1.png"> <img src="https://www.fdevops.com/wp-content/uploads/2020/07/1595066253-ferry_logo_meitu_1.png">
</p> </p>
<p align="center"> <p align="center">
<a href="https://github.com/lanyulei/ferry"> <a href="https://github.com/lanyulei/ferry">
<img src="https://www.fdevops.com/wp-content/uploads/2020/07/1595067271-badge.png"> <img src="https://www.fdevops.com/wp-content/uploads/2020/07/1595067271-badge.png">
...@@ -45,7 +44,7 @@ npm >= 6.14 ...@@ -45,7 +44,7 @@ npm >= 6.14
# 1. 获取代码 # 1. 获取代码
git clone https://github.com/lanyulei/ferry.git git clone https://github.com/lanyulei/ferry.git
or or
git clone https://gitee.com/xiao_lei/ferry.git git clone https://gitee.com/yllan/ferry.git
# 2. 进入工作路径 # 2. 进入工作路径
cd ./ferry cd ./ferry
...@@ -71,7 +70,7 @@ go run main.go server -c=config/settings.dev.yml ...@@ -71,7 +70,7 @@ go run main.go server -c=config/settings.dev.yml
# 1. 获取代码 # 1. 获取代码
git clone https://github.com/lanyulei/ferry_web.git git clone https://github.com/lanyulei/ferry_web.git
or or
git clone https://gitee.com/xiao_lei/ferry_web.git git clone https://gitee.com/yllan/ferry_web.git
# 2. 进入工作路径 # 2. 进入工作路径
cd ./ferry_web cd ./ferry_web
...@@ -83,7 +82,6 @@ npm install ...@@ -83,7 +82,6 @@ npm install
npm run dev npm run dev
``` ```
#### 上线部署 #### 上线部署
后端 后端
...@@ -183,11 +181,12 @@ mv dist web ...@@ -183,11 +181,12 @@ mv dist web
[兰玉磊的技术博客](https://www.fdevops.com/) [兰玉磊的技术博客](https://www.fdevops.com/)
## 特别感谢 ## 特别感谢
[go-amdin # 不错的后台开发框架](https://github.com/wenjianzhang/go-admin.git) [go-amdin # 不错的后台开发框架](https://github.com/wenjianzhang/go-admin.git)
[vue-element-admin # 不错的前端模版框架](https://github.com/PanJiaChen/vue-element-admin) [vue-element-admin # 不错的前端模版框架](https://github.com/PanJiaChen/vue-element-admin)
[vue-form-making # 表单设计器,开源版本比较简单,如果有能力的话可以自己进行二次开发 ](https://github.com/GavinZhuLei/vue-form-making.git) [vue-form-making # 表单设计器,开源版本比较简单,如果有能力的话可以自己进行二次开发](https://github.com/GavinZhuLei/vue-form-making.git)
[wfd-vue # 流程设计器](https://github.com/guozhaolong/wfd-vue) [wfd-vue # 流程设计器](https://github.com/guozhaolong/wfd-vue)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment