diff --git a/README.md b/README.md index 65748403189803cd0c97c5d85e93556cd9397655..b7aff078638faa720748a3a1de4e4269af90e87f 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,18 @@ 官方说明è§[å®˜æ–¹ä¸æ–‡è¯´æ˜Ž](./README.zh-CN.md) +接å£ä½¿ç”¨ http://api.haomo-studio.com/org/swagger-ui.html + ## 使用 ### 安装 + npm install + ### 打包 + + ### 部署 diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000000000000000000000000000000000000..3b49d1e608e8f78283388c48bee90543bb8f3471 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#!/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