create-vanjs
Version:
🍦 Quick tool for scaffolding your first VanJS project
53 lines (43 loc) • 2.15 kB
Markdown
## vike
A fully-featured starter template for VanJS powered by Vike.
### Features
- NodeJS Configuration (works with any runtime)
- Vike Full Configuration (without dedicated Vike integration plugin)
- Server Side Rendering (SSR/MPA)
- Client-Side File-System Routing
### 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
### What's included
- `daisyui` - The most popular, free and open-source Tailwind CSS component
library.
- `mini-van-plate` - A Minimalist Template Engine for Client/Server-side
Rendering for VanJS.
- `tailwindcss` - A utility-first CSS framework for rapid UI development.
- `vanjs-core` - The VanJS core library for building reactive UIs.
- `vanjs-ext` - A collection of utilities to boost productivity and DX for
VanJS.
- `vanjs-lucide` - Lucide Icons for VanJS.
- `vike` - The next generation of framework architecture for flexible full-stack
development.
- `vite-plugin-vanjs` - A mini meta-framework for VanJS that provides
basic/file-system routing, metadata management, JSX support, isomorphic
rendering and more.
- `vite-vanjs-svg` - A Vite plugin that lets you import SVG files into your app
as VanJS components.
- `@tailwindcss/vite` - A plugin that integrates TailwindCSS with Vite.
### Resources
- [daisyUI](https://daisyui.com): The Official Website.
- [mini-van](https://vanjs.org/minivan): The Official `mini-van` Documentation.
- [tailwindcss](https://tailwindcss.com/): The Official Website.
- [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial.
- [vanjs-ext](https://vanjs.org/x): The Official `vanjs-ext` Documentation.
- [vanjs-lucide](https://thednp.github.io/vanjs-lucide/): The Demo Page.
- [vike](https://vike.dev): The Official Vike Website.
- [vite](https://vite.dev): The Official Vite Website.
- [vite-plugin-vanjs](https://github.com/thednp/vite-plugin-vanjs/wiki): The
`vite-plugin-vanjs` wiki page.
- [vite-vanjs-svg](https://github.com/thednp/vite-vanjs-svg): The
`vite-vanjs-svg` repository page.