https://github.com/devkiloton/trackervue
A simple task web app made with Vue3.
https://github.com/devkiloton/trackervue
Last synced: about 1 month ago
JSON representation
A simple task web app made with Vue3.
- Host: GitHub
- URL: https://github.com/devkiloton/trackervue
- Owner: devkiloton
- Created: 2021-12-23T22:46:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T06:00:17.000Z (over 4 years ago)
- Last Synced: 2025-03-14T15:21:56.328Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tracker
## 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/).