An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VanJS TodoMVC

> The well-known TodoMVC built with [VanJS](https://github.com/vanjs-org/van)

![image](https://github.com/enpitsuLin/vanjs-todomvc/assets/29378026/5d374d97-d050-4850-9975-1b4eb50110ec)

## 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