Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "deployvue", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "deploy vue project", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -63,1 +63,26 @@ # deployvue [![npm](https://img.shields.io/npm/v/deployvue.svg?style=flat-square)](https://www.npmjs.com/package/deployvue) | ||
相关随笔:<a href="https://liuxianyu.cn/article/deploy-vue.html" target="_black">写一个 Vue 项目的自动化部署插件</a> | ||
### 项目文件结构 | ||
``` | ||
deployvue | ||
├─README.md | ||
├─package-lock.json | ||
├─package.json | ||
├─init | ||
| └deploy.config.js | ||
├─bin | ||
| ├─index.js | ||
| ├─tools | ||
| | ├─SSHGroup.js | ||
| | ├─deployConfig.js | ||
| | ├─file.js | ||
| | └index.js | ||
| ├─actions | ||
| | ├─build.js | ||
| | ├─clean.js | ||
| | ├─deploy.js | ||
| | ├─init.js | ||
| | └rollback.js | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17368
88