Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 436 Bytes

VanJS TodoMVC

The well-known TodoMVC built with VanJS

image

Setup

# 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 to get started