https://github.com/mikoloism/vue-todo-widget
the minimal todo app for using as widget :tada:
https://github.com/mikoloism/vue-todo-widget
begginers beginner extension todo vscode vue vue2 vuex widget
Last synced: 3 months ago
JSON representation
the minimal todo app for using as widget :tada:
- Host: GitHub
- URL: https://github.com/mikoloism/vue-todo-widget
- Owner: mikoloism
- License: mit
- Created: 2021-04-12T02:13:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T18:31:15.000Z (about 4 years ago)
- Last Synced: 2025-02-06T12:33:58.361Z (5 months ago)
- Topics: begginers, beginner, extension, todo, vscode, vue, vue2, vuex, widget
- Language: Vue
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-widget
[](https://www.npmjs.com/package/vue)




[](./LICENSE)


the minimal todo app for using as widget
## Index
- [Project Setup](#project-setup)
- [Screenshots](#screenshots)## Project setup
- installing dependencies `$ 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`> Customize configuration
> See [Configuration Reference](https://cli.vuejs.org/config/).[:arrow_up: back to top](#index)
## Screenshots
[
](./src/assets/screenshots/empty-view.png)
[](./src/assets/screenshots/input-view.png)
[](./src/assets/screenshots/list-view.png)
> this todo use `localStorage` for saving data
>
> may change to `indexedDB`[:arrow_up: back to top](#index)
## License
Under [MIT](./LICENSE) License