Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernix13/task-tracker
My first Vue.js project
https://github.com/kernix13/task-tracker
vuejs
Last synced: about 1 month ago
JSON representation
My first Vue.js project
- Host: GitHub
- URL: https://github.com/kernix13/task-tracker
- Owner: Kernix13
- Created: 2022-11-10T22:46:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T10:50:17.000Z (9 months ago)
- Last Synced: 2024-03-24T11:39:56.027Z (9 months ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueJS Task Tracker
Crash course from Brad Traversy. I am pushing the files even though I wan tto go back and add "_proper_" CSS files as opposed to using `style` tags. I'm also going to remove the Reminder toggle functionality in preference for adding the `contenteditable` attribute.
I'm calling it because trying to run a server and a backend is killing my computer. I'm going to push when before and after he refactors the code.
> NOT WORKING - check his code becasue the tasks are not being loading on the page or in db.json and delete doesn't work
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).