Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T18:31:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T14:54:29.885Z (3 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
[![Made with Vue](https://img.shields.io/badge/Vue-2-blue?logo=vue.js&logoColor=white)](https://www.npmjs.com/package/vue)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/miko-github/todo-with-vue/vue)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/miko-github/todo-with-vue/vuex)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/miko-github/todo-with-vue/bootstrap)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/miko-github/todo-with-vue/bootstrap-vue)
[![GitHub](https://img.shields.io/github/license/miko-github/todo-with-vue)](./LICENSE)![Lines of code](https://img.shields.io/tokei/lines/github/miko-github/todo-with-vue)
![GitHub repo size](https://img.shields.io/github/repo-size/miko-github/todo-with-vue)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/miko-github/todo-with-vue)
![GitHub all releases](https://img.shields.io/github/downloads/miko-github/todo-with-vue/total)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