Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:49:26.000Z (about 2 years ago)
- Last Synced: 2024-04-18T03:19:38.488Z (10 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![To Do List](https://raw.githubusercontent.com/lwinmoehein/vue-to-do-list/master/public/tdl.png "TO DO LIST")
## 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
```