https://github.com/beary/vite-example
Todo app with vite/vue3/vue-router4/tailwindcss
https://github.com/beary/vite-example
tailwindcss typescript vite vue-router vue3
Last synced: 6 days ago
JSON representation
Todo app with vite/vue3/vue-router4/tailwindcss
- Host: GitHub
- URL: https://github.com/beary/vite-example
- Owner: beary
- Created: 2020-08-06T05:56:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T03:00:19.000Z (about 1 year ago)
- Last Synced: 2024-07-31T22:38:54.304Z (9 months ago)
- Topics: tailwindcss, typescript, vite, vue-router, vue3
- Language: Vue
- Homepage: https://beary.github.io/vite-example/
- Size: 354 KB
- Stars: 41
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-vite - Todo Example - Todo app with routing and state management. (Projects Using Vite.js / Apps/Websites)
- awesome-vite - Todo Example - Todo app with routing and state management. (Projects Using Vite.js / Apps/Websites)
README
# vite-example
**Todo** is better Hello World!
Live Preview: https://beary.github.io/vite-example/
```bash
$ git clone https://github.com/beary/vite-example$ cd vite-example
$ pnpm i # https://pnpm.io
$ pnpm dev
```