Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```