https://github.com/eightyfour/web-cow
Web cow which motivates you - made with vue
https://github.com/eightyfour/web-cow
Last synced: 4 months ago
JSON representation
Web cow which motivates you - made with vue
- Host: GitHub
- URL: https://github.com/eightyfour/web-cow
- Owner: eightyfour
- Created: 2017-11-05T22:34:17.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-11-08T19:31:03.000Z (7 months ago)
- Last Synced: 2025-11-08T20:26:47.357Z (7 months ago)
- Language: Vue
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-cow

> A web cow which motivates you
Made with [vue](vuejs.org)
**Guests:**
* [cow](https://www.npmjs.com/package/cowsay)
* [motivation phrases](https://www.npmjs.com/package/motivation)
# development
## 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
```