https://github.com/homocodens/timely
https://github.com/homocodens/timely
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/homocodens/timely
- Owner: HomoCodens
- Created: 2020-06-13T13:10:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:48:53.000Z (over 3 years ago)
- Last Synced: 2024-12-27T07:12:14.592Z (over 1 year ago)
- Language: Vue
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timely (timely)
SPA time recording plaything
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).