calvinjuarez / vite-boilerplate

An empty, bare-bones [Vite](https://vitejs.dev) app with some customizations I like to make.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-boilerplate

An empty, bare-bones Vite app with some customizations I like to make. Is this necessary? No. But it helps me spin up a sandbox for myself more quickly.

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

An empty, bare-bones [Vite](https://vitejs.dev) app with some customizations I like to make.


Languages

Language:JavaScript 56.7%Language:HTML 28.2%Language:Vue 15.1%