Skip to content
/ vitetail Public template
generated from antfu-collective/vitesse

Vite + TailwindCSS Starter Template... based on Vitesse

License

Notifications You must be signed in to change notification settings

compilekaiten/vitetail

Repository files navigation




ViteTail is a Vue + Vite + TailwindCSS + DaisyUI template, heavily based on Vitesse.

Almost all the great features of Vitesse, but with your favorite CSS framework!

ViteTail comes with DaisyUI out of the box. Feel free to switch to any component library you want.


Live Demo



Features


Features Removed

  • I18n
  • Markdown Support
  • UnoCSS

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 compilekaiten/vitetail my-vitetail-app
cd my-vitetail-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

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.ts
  • 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

Visit http://localhost:3333 to view the project

pnpm open # To open automatically
pnpm dev # To run the dev server

Update Dependencies

pnpm dep # Runs Taze to update Major and Minor dependencies

Build

To build your App, run

pnpm build # Build for Production
pnpm tbuild # Lint and Typecheck before building

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

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

PR's are very welcome

About

Vite + TailwindCSS Starter Template... based on Vitesse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published