UNPKG

create-vanjs

Version:

🍦 Quick tool for scaffolding your first VanJS project

29 lines (19 loc) 795 B
## deno-base A minimalist starter template for VanJS. ### Features - Deno Configuration (works with Deno exclusively) - Single Page Application (SPA) ### Tasks - `deno task dev` - Start the development server - `deno task build` - Build for production - `deno task start` - Start the app in production mode - `deno task preview` - Preview the production build - `deno task serve` - Vite serves the app on the network. ### What's included - `@deno/vite-plugin` - A plugin to enable Deno resolution inside Vite configurations. - `vanjs-core` - The VanJS core library for building reactive UIs. ### Resources - [deno](https://deno.com): The Official Website. - [vite](https://vite.dev): The Official Vite Website. - [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial.