An open API service indexing awesome lists of open source software.

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)示例

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/).