hi-reeve / vitailse

Opinionated Vite starter template with TailwindCSS
https://vitailse.creeve.me
MIT License
138 stars 15 forks source link
tailwind tailwindcss vite vue vue3 vuejs

Vitailse - Opinionated Vite Starter Template with TailwindCSS

Opinionated Vite starter template with TailwindCSS

Inspired by Vitesse

Features

Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit zynth17/vitailse my-vitailse-app
cd my-vitailse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3000

pnpm dev

Preview in Https

Just run and visit https://localhost

pnpm build && pnpm run https-preview

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.