Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboldurev/vue-github-action
Vue GitHub Action Example
https://github.com/iboldurev/vue-github-action
Last synced: about 2 months ago
JSON representation
Vue GitHub Action Example
- Host: GitHub
- URL: https://github.com/iboldurev/vue-github-action
- Owner: iboldurev
- Created: 2019-01-10T09:46:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T09:50:12.000Z (almost 6 years ago)
- Last Synced: 2024-01-02T21:55:54.155Z (about 1 year ago)
- Language: Vue
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-github-action
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).