Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volt1c/todo-list-vuejs
https://github.com/volt1c/todo-list-vuejs
cookies pwa pwa-app todo todolist vue vuejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/volt1c/todo-list-vuejs
- Owner: volt1c
- License: mit
- Created: 2021-12-22T20:15:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:53:15.000Z (8 months ago)
- Last Synced: 2024-06-20T22:04:50.249Z (7 months ago)
- Topics: cookies, pwa, pwa-app, todo, todolist, vue, vuejs
- Language: Vue
- Homepage: https://volt1c-todo-list-vuejs.netlify.app/
- Size: 723 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-list-vuejs
## Netlify
[![Netlify Status](https://api.netlify.com/api/v1/badges/0db9cf28-205c-4097-bdf8-d7d60312f05a/deploy-status)](https://app.netlify.com/sites/volt1c-todo-list-vuejs/deploys)
## Project Setup
```sh
yarn
```### Compile and Hot-Reload for Development
```sh
yarn dev
```### Type-Check, Compile and Minify for Production
```sh
yarn build
```### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```