https://github.com/kaptn3/stopwatch
https://github.com/kaptn3/stopwatch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaptn3/stopwatch
- Owner: kaptn3
- Created: 2019-07-22T19:43:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:17:00.000Z (over 3 years ago)
- Last Synced: 2025-08-04T07:47:39.709Z (11 months ago)
- Language: Vue
- Homepage: http://stopwatch.kaptn.works
- Size: 2.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# time-tracking
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
And you can watch `localhost:8080`.
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).