Go to file
2020-08-10 11:17:26 +08:00
.vscode feat: add vue-i18n 2020-08-10 11:17:26 +08:00
locales feat: add vue-i18n 2020-08-10 11:17:26 +08:00
public chore: init 2020-08-10 02:43:04 +08:00
src feat: add vue-i18n 2020-08-10 11:17:26 +08:00
.gitignore chore: init 2020-08-10 02:43:04 +08:00
index.html chore: init 2020-08-10 02:43:04 +08:00
LICENSE chore: init 2020-08-10 02:43:04 +08:00
netlify.toml chore: init 2020-08-10 02:43:04 +08:00
package.json feat: add vue-i18n 2020-08-10 11:17:26 +08:00
pnpm-lock.yaml feat: add vue-i18n 2020-08-10 11:17:26 +08:00
postcss.config.js chore: init 2020-08-10 02:43:04 +08:00
README.md feat: add vue-i18n 2020-08-10 11:17:26 +08:00
tailwind.config.js chore: init 2020-08-10 02:43:04 +08:00
tsconfig.json chore: init 2020-08-10 02:43:04 +08:00
vite.config.js chore: init 2020-08-10 02:43:04 +08:00

Vitesse

Opinionated Vite Starter Template

Mocking up web app with vitesse


Live Demo


Pre-packed

UI Frameworks

Router

Utils

Misc

Dev tools

Try it now!

Create a repo from this template on Github.

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.