https://github.com/teekaytech/fastest-finger
https://github.com/teekaytech/fastest-finger
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teekaytech/fastest-finger
- Owner: teekaytech
- Created: 2021-04-18T20:37:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T20:51:51.000Z (about 5 years ago)
- Last Synced: 2025-03-26T08:19:26.684Z (about 1 year ago)
- Language: Vue
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastest-finger
> A preliminary app to understand Vue.JS lifecycle hooks and custom events.
### [Demo Here](https://fastest-finger-vue.netlify.app/)
## 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/).