https://github.com/mayandev/vue-github-action
vue项目使用 github action 自动化集成demo,在线地址:https://mayandev.github.io/vue-github-action/
https://github.com/mayandev/vue-github-action
Last synced: 4 months ago
JSON representation
vue项目使用 github action 自动化集成demo,在线地址:https://mayandev.github.io/vue-github-action/
- Host: GitHub
- URL: https://github.com/mayandev/vue-github-action
- Owner: Mayandev
- Created: 2019-12-30T03:09:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:56:30.000Z (over 3 years ago)
- Last Synced: 2025-10-09T21:44:36.898Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 421 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-github-action
## 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/).