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