https://github.com/powerjob/power-workflow
workflow component
https://github.com/powerjob/power-workflow
Last synced: 7 months ago
JSON representation
workflow component
- Host: GitHub
- URL: https://github.com/powerjob/power-workflow
- Owner: PowerJob
- Created: 2021-03-04T03:09:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T07:38:59.000Z (almost 2 years ago)
- Last Synced: 2025-07-18T10:49:12.166Z (7 months ago)
- Language: TypeScript
- Size: 312 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
Awesome Lists containing this project
README
# power-workflw
## Demo启动
```shell
npm i
```
```shell
npm run start
```
## 构建打包(发包)
```shell
npm run package
npm run release
npm publish
```