A fully working vite starter template for VanJS forked from template-library-ts.
We've created a much better project create-vanjs you can use to kickstart your VanJS projects. This repository will no longer be maintained.
Clone the repository from Github.
git clone https://github.com/thednp/vite-starter-vanjs.git my-project
cd my-projectRun your favorite package manager installation script.
npm installpnpm installStart the development server.
npm run devpnpm devPrerender the application and start the server.
npm run previewpnpm previewBuild the application.
npm run buildStart the application.
npm run startReleased under MIT.