Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

thednp/vite-starter-vanjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-starter-vanjs

A fully working vite starter template for VanJS forked from template-library-ts.

Important

We've created a much better project create-vanjs you can use to kickstart your VanJS projects. This repository will no longer be maintained.

Install

Clone the repository from Github.

git clone https://github.com/thednp/vite-starter-vanjs.git my-project
cd my-project

Run your favorite package manager installation script.

npm install
pnpm install

Development

Start the development server.

npm run dev
pnpm dev

Preview

Prerender the application and start the server.

npm run preview
pnpm preview

Build a Single Page Application

Build the application.

npm run build

Start the application.

npm run start

License

Released under MIT.