https://github.com/bencodezen/composition-api-counter
https://github.com/bencodezen/composition-api-counter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/composition-api-counter
- Owner: bencodezen
- License: mit
- Created: 2020-10-17T15:01:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T21:23:27.000Z (over 5 years ago)
- Last Synced: 2025-01-26T09:28:57.628Z (over 1 year ago)
- Language: Vue
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).