Go to file
2020-08-12 23:46:12 +08:00
.vscode chore: update vscode extensions 2020-08-12 23:46:12 +08:00
locales chore: update 2020-08-11 18:41:21 +08:00
public chore: SVG favicon with dark mode support (#5) 2020-08-12 02:20:47 +08:00
src chore: update vscode extensions 2020-08-12 23:46:12 +08:00
.gitignore chore: init 2020-08-10 02:43:04 +08:00
index.html chore: SVG favicon with dark mode support (#5) 2020-08-12 02:20:47 +08:00
LICENSE chore: update 2020-08-10 13:37:49 +08:00
netlify.toml chore: update 2020-08-11 18:41:21 +08:00
package.json chore: fixes 2020-08-10 23:26:36 +08:00
pnpm-lock.yaml chore: fixes 2020-08-10 23:26:36 +08:00
postcss.config.js chore: init 2020-08-10 02:43:04 +08:00
README.md chore: update vscode extensions 2020-08-12 23:46:12 +08:00
tailwind.config.js chore: update 2020-08-11 18:41:21 +08:00
tsconfig.json chore: init 2020-08-10 02:43:04 +08:00
vite.config.js chore: add PurgeIcons 2020-08-10 19:24:52 +08:00

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

Or if you prefers do to 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.