Skip to content

yend724/vite-pug-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-pug-boilerplate

This is a boilerplate for using Pug in Vite project.

Install

$ cd vite-pug-boilerplate
$ yarn install

Run locally

Start dev server.

$ yarn dev

Build

Builds the project for production to the dist folder.

$ yarn build

Preview

Locally preview production build.

$ yarn preview