An open API service indexing awesome lists of open source software.

https://github.com/bencodezen/giga-vue


https://github.com/bencodezen/giga-vue

Last synced: 7 months ago
JSON representation

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/).