Skip to content

thednp/vite-starter-vanjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-starter-vanjs

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

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.