Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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

[empty-view](./src/assets/screenshots/empty-view.png)
[input-view](./src/assets/screenshots/input-view.png)
[list-view](./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