https://github.com/bencodezen/giga-vue
https://github.com/bencodezen/giga-vue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/giga-vue
- Owner: bencodezen
- Created: 2020-12-09T12:44:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T00:45:10.000Z (about 5 years ago)
- Last Synced: 2025-06-07T07:40:08.423Z (8 months ago)
- Language: Vue
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giga-Vue
## Requirements
- [x] User can see the tamagotchi wrapper on the page
- [x] User can initialize a new pet with a name
- [x] User can see the dinosaur in the tamagotchi
- [x] User can switch the pets mood manually
- [ ] User can customize their tamagotchi colors
## 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/).