https://github.com/zachyo/vue-exam-counter
This is a web app that allows you set, reset, increment and decrement a counter value.
https://github.com/zachyo/vue-exam-counter
composable vue vue-router4 vuejs
Last synced: over 1 year ago
JSON representation
This is a web app that allows you set, reset, increment and decrement a counter value.
- Host: GitHub
- URL: https://github.com/zachyo/vue-exam-counter
- Owner: zachyo
- Created: 2023-03-13T09:30:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T00:42:14.000Z (about 3 years ago)
- Last Synced: 2025-01-11T20:34:57.092Z (over 1 year ago)
- Topics: composable, vue, vue-router4, vuejs
- Language: Vue
- Homepage: https://vue-exam-counter.netlify.app/
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-exam-counter
https://vue-exam-counter.netlify.app/
this is the live demo of the app
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).