https://github.com/ezzylan/vue-reaction-timer
A reaction timer web app made using Vue.js.
https://github.com/ezzylan/vue-reaction-timer
Last synced: 4 months ago
JSON representation
A reaction timer web app made using Vue.js.
- Host: GitHub
- URL: https://github.com/ezzylan/vue-reaction-timer
- Owner: ezzylan
- Created: 2021-07-06T08:48:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T17:25:03.000Z (almost 5 years ago)
- Last Synced: 2025-10-26T08:10:41.997Z (8 months ago)
- Language: Vue
- Homepage: https://ezzylan.github.io/vue-reaction-timer/
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-reaction-timer
A reaction timer web app made using Vue.js.
[Ready to test your reflexes?](https://ezzylan.github.io/vue-reaction-timer/)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).