create-vanjs
Version:
🍦 Quick tool for scaffolding your first VanJS project
37 lines (27 loc) • 1.28 kB
Markdown
## node-routing
A starter template for VanJS with basic client-side routing.
### Features
- NodeJS Configuration (works with any runtime)
- Single Page Application (SPA)
### 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.