UNPKG

create-vanjs

Version:

🍦 Quick tool for scaffolding your first VanJS project

39 lines (29 loc) 1.35 kB
## node-fs-routing-ts A starter template for VanJS with client-side file-system routing. ### Features - NodeJS Configuration (works with any runtime) - Single Page Application (SPA) - Client-Side File-System Routing - TypeScript Support ### Scripts - `npm run dev` - Start the development server - `npm run build` - Build for production - `npm run start` - Start the app in production mode - `npm run preview` - Preview the production build - `npm run serve` - Vite serves the app on the network. ### What's included - `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 - [mini-van](https://vanjs.org/minivan): The Official `mini-van` Documentation. - [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. - [vite](https://vite.dev): The Official Vite Website.