yarn install
yarn serve
yarn build
yarn lint
- Mock http requests: https://jsonplaceholder.typicode.com/
- Routing: vue-router
- todo tasks aren't saved on reload, since JSON placeholder does not persist our data
Based on youtube tutorial from traversy media
yarn install
yarn serve
yarn build
yarn lint
Based on youtube tutorial from traversy media
https://joannajjliu.github.io/Vue-TodoList/