https://github.com/simonskodt/vue-task-tracker
https://github.com/simonskodt/vue-task-tracker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonskodt/vue-task-tracker
- Owner: simonskodt
- Created: 2022-03-07T13:49:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T13:51:09.000Z (over 4 years ago)
- Last Synced: 2025-02-23T05:13:44.793Z (over 1 year ago)
- Language: Vue
- Size: 755 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project
## 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/).