Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shipfe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Shipfe
一个强大的、免费、基于 Rust 的 Web 应用部署工具,不请求网络,实现一键前端静态部署包上传到服务器。支持多环境和子环境部署,具有零停机原子部署功能。
安装
npm install -g shipfe快速开始
- 初始化项目:
shipfe init在
shipfe.config.json中配置部署部署:
shipfe deploy --profile prod文档
📖 完整文档
常用命令
shipfe deploy --profile <env>- 部署到指定环境shipfe deploy --atomic- 原子部署shipfe rollback --profile <env> --to <timestamp>- 回滚到指定版本
许可证
MIT