https://github.com/corcd/publisher
基于 workflow 的前端发布工具
https://github.com/corcd/publisher
electron element-ui imap vue workflow
Last synced: about 1 year ago
JSON representation
基于 workflow 的前端发布工具
- Host: GitHub
- URL: https://github.com/corcd/publisher
- Owner: corcd
- License: mit
- Created: 2020-12-15T06:54:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T01:57:30.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:12:03.774Z (over 1 year ago)
- Topics: electron, element-ui, imap, vue, workflow
- Language: JavaScript
- Homepage:
- Size: 1.99 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# publisher
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).