https://github.com/enpitsulin/vanjs-todomvc
TodoMVC app example for vanjs
https://github.com/enpitsulin/vanjs-todomvc
todoapp todomcv vanjs
Last synced: about 1 year ago
JSON representation
TodoMVC app example for vanjs
- Host: GitHub
- URL: https://github.com/enpitsulin/vanjs-todomvc
- Owner: enpitsuLin
- Created: 2023-05-29T05:52:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T01:28:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T05:11:06.249Z (about 1 year ago)
- Topics: todoapp, todomcv, vanjs
- Language: TypeScript
- Homepage: https://vanjs-todomvc.vercel.app/
- Size: 35.2 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VanJS TodoMVC
> The well-known TodoMVC built with [VanJS](https://github.com/vanjs-org/van)

## Setup
```sh
# install dependencies
pnpm install
# serve in dev mode host by vite
pnpm dev
# build for production and serve product
pnpm build && pnpm preview
```
## Try Vanjs
Visit [VanJS](https://vanjs.org/) to get started