https://github.com/scriptscrypt/cicd
https://github.com/scriptscrypt/cicd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scriptscrypt/cicd
- Owner: scriptscrypt
- Created: 2022-12-18T10:07:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T13:30:57.000Z (about 3 years ago)
- Last Synced: 2025-02-09T20:41:03.430Z (12 months ago)
- Language: HTML
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuegithubactions
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).