zaizo01 / vitesse

๐Ÿ• Opinionated Vite Starter Template

Home Page:https://vitesse.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vitesse

Opinionated Vite Starter Template

Mocking up web app with โšก๏ธvitesse


Live Demo


Features

  • โšก๏ธ Vue3, Vite, pnpm, ESBuild - born with fastness

  • ๐Ÿ—‚ File based routing

  • ๐ŸŽจ TailwindCSS with dark mode out-of-box

  • ๐Ÿ˜ƒ Use icons from any icon sets, with no compromise

  • ๐ŸŒ i18n ready

  • ๐Ÿฆพ TypeScript, of course

  • โ˜๏ธ Deploy on Netlify, zero config


Pre-packed

UI Frameworks

Icons

Router

Utils

  • vue-i18n - internationalization
  • VueUse - collection of useful composition APIs

Coding Style

Dev tools

Try it now!

Github Template

Create a repo from this template on Github.

Clone to local

If you prefer do to it manually with cleaner git history

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

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the idea simply comes true in a very short time.

So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks.

About

๐Ÿ• Opinionated Vite Starter Template

https://vitesse.netlify.app/

License:MIT License


Languages

Language:Vue 56.7%Language:TypeScript 19.0%Language:JavaScript 15.2%Language:CSS 5.5%Language:HTML 3.5%