UNPKG

create-vanjs

Version:

🍦 Quick tool for scaffolding your first VanJS project

41 lines (31 loc) 1.43 kB
## deno-jsx A starter template for VanJS with JSX support. ### Features - Deno Configuration (works with Deno exclusively) - Single Page Application (SPA) - JSX Transformation ### 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. - `mini-van-plate` - A Minimalist Template Engine for Client/Server-side Rendering for VanJS. - `vanjs-core` - The VanJS core library for building reactive UIs. - `vanjs-ext` - A collection of utilities to boost productivity and DX for VanJS. - `vite-plugin-vanjs` - A mini meta-framework for VanJS that provides basic/file-system routing, metadata management, JSX support, isomorphic rendering and more. ### Resources - [deno](https://deno.com): The Official Website. - [mini-van](https://vanjs.org/minivan): The Official `mini-van` Documentation. - [vite](https://vite.dev): The Official Vite Website. - [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial. - [vanjs-ext](https://vanjs.org/x): The Official `vanjs-ext` Documentation. - [vite-plugin-vanjs](https://github.com/thednp/vite-plugin-vanjs/wiki): The `vite-plugin-vanjs` wiki page.