Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joannajjliu/vue-todolist
- Owner: joannajjliu
- Created: 2020-04-25T20:16:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:26:17.000Z (about 2 years ago)
- Last Synced: 2024-12-07T19:07:12.124Z (2 months ago)
- Language: Vue
- Homepage: https://joannajjliu.github.io/Vue-TodoList/
- Size: 3.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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