Commit 5463ed5d authored by 胡小根's avatar 胡小根

add deploy.sh

parent a7e45368
...@@ -8,12 +8,18 @@ ...@@ -8,12 +8,18 @@
官方说明见[官方中文说明](./README.zh-CN.md) 官方说明见[官方中文说明](./README.zh-CN.md)
接口使用 http://api.haomo-studio.com/org/swagger-ui.html
## 使用 ## 使用
### 安装 ### 安装
npm install
### 打包 ### 打包
### 部署 ### 部署
......
#!/usr/bin/env bash
npm run build:prod
rsync -avz dist/* member@haomo-studio.com:/var/www/html/software_factory/vue-element/
\ No newline at end of file
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 to comment