diff --git a/README.md b/README.md index d11f56f..40f80ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Build Status - Coverage Status - Downloads + Coverage Status + Downloads

## SpringBlade微服务开发平台 @@ -68,6 +68,19 @@ SpringBlade * 禁止直接将本项目挂淘宝等商业平台出售。 * 非界面代码50%以上相似度的二次开源,二次开源需先联系作者。 +## 如何启动 +``` +$ git clone https://gitee.com/smallc/Sword.git +$ cd Sword +$ yarn install 或者 npm install +# mock模式 +$ yarn start 或者 npm start +# 服务模式 +$ yarn run start:no-mock 或者 npm run start:no-mock +# 访问 http://localhost:8888 +# 推荐使用yarn +``` + # 界面 ## [BladeX](https://bladex.vip/#/vip) 工作流一览