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

https://github.com/bencodezen/composition-api-counter


https://github.com/bencodezen/composition-api-counter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# composition-api-counter

## Requirements

- [x] User can see an empty state
- [x] User can add a new counter
- [x] User can set a name for the counter
- [x] User can increment the counter by 1
- [x] User can determine the amount being changed
- [x] User can set the background color of the counter
- [x] User can reset the counter
- [x] User can delete a counter
- [x] User can see total count of all counters
- [x] User can see average count of all counters

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