Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joannajjliu/vue-todolist

Based on youtube tutorial from traversy media
https://github.com/joannajjliu/vue-todolist

Last synced: 5 days ago
JSON representation

Based on youtube tutorial from traversy media

Awesome Lists containing this project

README

        

# vue-starter test

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

## Other technologies used:
* Mock http requests: https://jsonplaceholder.typicode.com/
* Routing: vue-router

## Other notes:
* todo tasks aren't saved on reload, since JSON placeholder does not persist our data