homebox/frontend
2022-08-30 21:22:32 -08:00
..
locales init frontend 2022-08-30 10:05:21 -08:00
public init frontend 2022-08-30 10:05:21 -08:00
src update styles 2022-08-30 21:22:32 -08:00
.editorconfig init frontend 2022-08-30 10:05:21 -08:00
.gitignore init frontend 2022-08-30 10:05:21 -08:00
.prettierrc cleanup 2022-08-30 18:11:36 -08:00
auto-imports.d.ts init frontend 2022-08-30 10:05:21 -08:00
components.d.ts update styles 2022-08-30 21:22:32 -08:00
index.html update styles 2022-08-30 21:22:32 -08:00
LICENSE init frontend 2022-08-30 10:05:21 -08:00
package.json setup basic auth 2022-08-30 16:07:21 -08:00
pnpm-lock.yaml setup basic auth 2022-08-30 16:07:21 -08:00
postcss.config.js init frontend 2022-08-30 10:05:21 -08:00
README.md init frontend 2022-08-30 10:05:21 -08:00
tailwind.config.js init frontend 2022-08-30 10:05:21 -08:00
tsconfig.json update styles 2022-08-30 21:22:32 -08:00
typed-router.d.ts setup basic auth 2022-08-30 16:07:21 -08:00
vite.config.ts update styles 2022-08-30 21:22:32 -08:00

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

Try it now!

GitHub Template

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

  • Rename name field in package.json
  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

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.