Vitesse

๐Ÿ• Opinionated Vite + Vue Starter Template
Categoriesย >ย Web User Interfaceย >ย Vue
Alternatives To Vitesse
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Vuetify36,7696,5411,7644 hours ago482September 15, 20221,367mitTypeScript
๐Ÿ‰ Vue Component Framework
Filebrowser19,03894 days ago108July 18, 202266apache-2.0Go
๐Ÿ“‚ Web File Browser
Awesome Vite9,426
2 days ago18mitJavaScript
โšก๏ธ A curated list of awesome things related to Vite.js
Vitesse7,080
3 days ago17mitTypeScript
๐Ÿ• Opinionated Vite + Vue Starter Template
Vue I18n6,925
4 days ago6March 26, 2021235mitJavaScript
:globe_with_meridians: Internationalization plugin for Vue.js
Vuex Persistedstate5,6291,039219a year ago38September 21, 202127mitJavaScript
๐Ÿ’พ Persist and rehydrate your Vuex state between page reloads.
Eslint Plugin Vue4,00632,95232,8447 days ago136September 16, 2022137mitJavaScript
Official ESLint plugin for Vue.js
V Calendar3,770991374 days ago117February 06, 2022637mitHTML
An elegant calendar and datepicker plugin for Vue.
Docute3,646859 months ago222October 03, 201997mitJavaScript
๐Ÿ“š Effortless documentation, done right.
Ueli2,874
2 months ago333mitTypeScript
Keystroke launcher for Windows and macOS
Alternatives To Vitesse
Select To Compare


Alternative Project Comparisons
Readme

Vitesse - Opinionated Vite Starter Template

Mocking up web app with Vitesse(speed)


Live Demo


English |


Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

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!

Vitesse requires Node >=14.18

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

  • [ ] 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

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.

Docker Production Build

First, build the vitesse image by opening the terminal in the project's root directory.

docker buildx build . -t vitesse:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 vitesse:latest

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 maintain your own forks. (see community maintained variation forks)

Popular Vue Projects
Popular Plugin Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Plugin
Vue
Icons
I18n