https://github.com/electroluxcode/cicdtest
cicd的示例和git hook,docker的模板 实现github上面可以在push自动发短信。自定义eslint检验和audit扫描 和进行单元测试。 hook实现husky和lint-staged还有version自动增加和commit提交文本的规范(这里用python的hook来做) docker(vue+nginx)示例
https://github.com/electroluxcode/cicdtest
Last synced: about 1 month ago
JSON representation
cicd的示例和git hook,docker的模板 实现github上面可以在push自动发短信。自定义eslint检验和audit扫描 和进行单元测试。 hook实现husky和lint-staged还有version自动增加和commit提交文本的规范(这里用python的hook来做) docker(vue+nginx)示例
- Host: GitHub
- URL: https://github.com/electroluxcode/cicdtest
- Owner: electroluxcode
- Created: 2022-09-14T06:40:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T11:50:20.000Z (over 3 years ago)
- Last Synced: 2025-01-20T09:18:57.520Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 391 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_helloworld
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).