Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjpou1/vue-test-gh-actions
Test deploying a vue app to gh-pages using Actions
https://github.com/kjpou1/vue-test-gh-actions
Last synced: about 1 month ago
JSON representation
Test deploying a vue app to gh-pages using Actions
- Host: GitHub
- URL: https://github.com/kjpou1/vue-test-gh-actions
- Owner: kjpou1
- Created: 2022-01-18T04:28:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T08:38:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T13:20:47.263Z (3 months ago)
- Language: JavaScript
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test-gh-actions
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).