Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelbore/vue-vite-todo
Todo App using Vue + Vite
https://github.com/aelbore/vue-vite-todo
hmr todo todoapp vite vue vuejs
Last synced: about 2 months ago
JSON representation
Todo App using Vue + Vite
- Host: GitHub
- URL: https://github.com/aelbore/vue-vite-todo
- Owner: aelbore
- Created: 2020-05-04T11:19:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:54:30.000Z (about 2 years ago)
- Last Synced: 2024-10-27T18:45:43.882Z (3 months ago)
- Topics: hmr, todo, todoapp, vite, vue, vuejs
- Language: Vue
- Size: 883 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App with Vite
Setup
------------
```
git clone https://github.com/aelbore/vue-vite-todo.git
cd vue-vite-todo
npm install or yarn install
npx vite or yarn vite
```