https://github.com/ohtypek/task-tracker-app-vue
A "task tracker" app made with a youtube tutorial.
https://github.com/ohtypek/task-tracker-app-vue
Last synced: 4 months ago
JSON representation
A "task tracker" app made with a youtube tutorial.
- Host: GitHub
- URL: https://github.com/ohtypek/task-tracker-app-vue
- Owner: ohTypek
- Created: 2022-09-22T19:21:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T19:22:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-26T13:27:53.399Z (over 1 year ago)
- Language: Vue
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-crash-course
## 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/).