https://github.com/lwinmoehein/vue-to-do-list
A simple to do list app in vue framework(brad traversy tutorial)
https://github.com/lwinmoehein/vue-to-do-list
Last synced: 4 months ago
JSON representation
A simple to do list app in vue framework(brad traversy tutorial)
- Host: GitHub
- URL: https://github.com/lwinmoehein/vue-to-do-list
- Owner: lwinmoehein
- Created: 2019-11-12T17:27:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:49:26.000Z (over 2 years ago)
- Last Synced: 2025-01-28T05:17:06.938Z (6 months ago)
- Language: Vue
- Size: 893 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todolist
A simple todolist app that requests todos from jsonplaceholder site.
##Tutorial from Brad Traversy Media Channel
##deployed link https://purevue-feea8.web.app
## 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
```