Go to file
2021-08-19 13:53:52 +08:00
.github Update issue templates 2021-04-17 04:31:12 +08:00
.vscode chore: update 2021-06-12 15:30:37 +08:00
locales feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
public fix: accessibility (#57) 2021-02-12 13:00:32 +08:00
src feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
.eslintignore chore: updates 2021-02-27 16:51:01 +08:00
.eslintrc chore: update deps, fix #159 2021-07-31 21:01:11 +08:00
.gitignore chore: support blockquote dark mode & simplify markdown wrapper (#151) 2021-07-15 16:34:52 +08:00
.npmrc chore: update deps 2021-02-07 00:33:00 +08:00
components.d.ts chore: update deps 2021-07-06 22:18:49 +08:00
index.html Make lighthouse PWA compliant (#52) 2021-02-10 19:34:46 +08:00
LICENSE chore: update deps 2021-02-26 15:17:08 +08:00
netlify.toml feat: add assets cache & fix manifest content type (#54) 2021-02-11 21:34:46 +08:00
package.json feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
pnpm-lock.yaml feat: add pinia stores (#170) 2021-08-19 13:53:52 +08:00
README.md fix: feature list link for icons was incorrect (#168) 2021-08-14 09:14:38 +08:00
tsconfig.json chore: update deps 2021-07-01 22:45:13 +09:00
vite.config.ts fix: inline white spaces in ssg 2021-08-01 03:03:20 +08:00
windi.config.ts feat: use vue-global-api 2021-07-14 00:51:31 +08:00

Vitesse - Opinionated Vite Starter Template

Mocking up web app with Vitesse(speed)


Live Demo


Features


Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Variations

As this template is strongly opinionated, the following provides a curated list for community-maintained variations with different preferences and feature sets. Check them out as well. PR to add yours is also welcome!

Official
Community

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 antfu/vitesse my-vitesse-app
cd my-vitesse-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:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that 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.

Why

I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within 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. (see community maintained variation forks)