https://github.com/phoenixpinpoint/vue-timer
A simple Vue.js Timer
https://github.com/phoenixpinpoint/vue-timer
Last synced: 3 months ago
JSON representation
A simple Vue.js Timer
- Host: GitHub
- URL: https://github.com/phoenixpinpoint/vue-timer
- Owner: phoenixpinpoint
- License: gpl-3.0
- Created: 2025-01-18T22:00:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T22:20:37.000Z (11 months ago)
- Last Synced: 2025-01-29T22:02:21.625Z (11 months ago)
- Language: Vue
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-timer
A simple Vue.js Timer
## 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/).