Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redoxeon/vue-todo
https://vue-todo.mharding.dev/
https://github.com/redoxeon/vue-todo
Last synced: 19 days ago
JSON representation
https://vue-todo.mharding.dev/
- Host: GitHub
- URL: https://github.com/redoxeon/vue-todo
- Owner: redoxeon
- Created: 2024-05-01T16:09:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T01:41:19.000Z (8 months ago)
- Last Synced: 2024-05-08T01:27:03.590Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue To-Do List
I used the Vue CLI template to get started on developing with Vue 3 in Vite.
I'm deploying this site with netlify and using my already owned domain!
## MVP Reqs
- [x] View a list of to-do items
- [x] with the ability to filter the list by pending, complete, and all to-dos
- [x] Create a new to-do item
- [x] Edit a to-do item
- [x] Delete a to-do item
- [x] Complete a to-do item## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```