ziko-wrapper
Version:
integrate zikojs elements within other ui framework like vue react solidjs svelte astro ...
26 lines (16 loc) • 645 B
Markdown
## node-base
A minimalist starter template for VanJS.
### 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
- `vanjs-core` - The VanJS core library for building reactive UIs.
### Resources
- [vanjs-core](https://vanjs.org/tutorial): The Official VanJS Tutorial.
- [vite](https://vite.dev): The Official Vite Website.