Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vuetify | 36,747 | 6,541 | 1,764 | 12 hours ago | 482 | September 15, 2022 | 1,360 | mit | TypeScript | |
🐉 Vue Component Framework | ||||||||||
Filebrowser | 18,985 | 9 | 6 days ago | 108 | July 18, 2022 | 67 | apache-2.0 | Go | ||
📂 Web File Browser | ||||||||||
Awesome Vite | 9,356 | 16 hours ago | 14 | mit | JavaScript | |||||
⚡️ A curated list of awesome things related to Vite.js | ||||||||||
Vitesse | 7,044 | 5 days ago | 20 | mit | TypeScript | |||||
🏕 Opinionated Vite + Vue Starter Template | ||||||||||
Vue I18n | 6,913 | 12 days ago | 6 | March 26, 2021 | 235 | mit | JavaScript | |||
:globe_with_meridians: Internationalization plugin for Vue.js | ||||||||||
Vuex Persistedstate | 5,629 | 1,039 | 219 | a year ago | 38 | September 21, 2021 | 27 | mit | JavaScript | |
💾 Persist and rehydrate your Vuex state between page reloads. | ||||||||||
Eslint Plugin Vue | 4,006 | 32,952 | 32,844 | a day ago | 136 | September 16, 2022 | 137 | mit | JavaScript | |
Official ESLint plugin for Vue.js | ||||||||||
V Calendar | 3,766 | 99 | 137 | 3 days ago | 117 | February 06, 2022 | 640 | mit | HTML | |
An elegant calendar and datepicker plugin for Vue. | ||||||||||
Docute | 3,646 | 8 | 5 | 9 months ago | 222 | October 03, 2019 | 97 | mit | JavaScript | |
📚 Effortless documentation, done right. | ||||||||||
Ueli | 2,874 | a month ago | 333 | mit | TypeScript | |||||
Keystroke launcher for Windows and macOS |
A curated list of awesome things related to Vite.js
Use the "Table of Contents" menu on the top-left corner to explore the list.
prettier-plugin-tailwindcss
build-in.prettier-plugin-tailwindcss
build-in.Vite
+ Vue3
+ TypeScript
+ Vue-Router4
+ Pinia
+ Unocss
+ Ant-design-vue
+ Auto imports
.project presets
.prettier-plugin-tailwindcss
build-in.prettier-plugin-tailwindcss
build-in.react-router-dom
+ Recoil + SASS + Testing Library + react-query
+ ESLint + Stylelint + Prettier.react-router-dom
+ Mobx + ESlint + Prettier+Husky, and APIs auto importing..ts
or .vue
source files for lib.index.html
.html-webpack-plugin
for Webpack.@vue/cli
.require.context
.yaml
, xml
, ini
, toml
, csv
, plist
and properties
files to ES6 modules.require
by code transforming.stache
files and template strings.import.meta.env
object after building the application instead of statically replacing it during production..module.xxx
.UnoCSS
in uni-app
.Metadata
in the head element.index.html
.index.html
into smaller reusable pieces.<link rel="preload">
to your index.html
based on your build assets.Document.tsx
as html template..hbs
templates to .html
..pug
templates to .html
..njk
templates to .html
..liquid
templates to .html
..twig
templates to .html
..latte
templates to .html
..html
..css
to inline styles in .html
.xxx.module.css
.package version
/ git commit
/ custom
to be inserted into your project as a unique identifier for the project version..hxml
.manifest.dev.json
during dev server, for backend integration with any language/framework.custom-elements.json
manifest for describing custom elements.text/javascript
MIME type to module
MIME type.In this section, we use badges to indicate the targeted Vue version for each plugin.
for Vue 2 only,
for Vue 3 only, and
for plugins that compatible with both versions.
💡 SSR frameworks are listed at SSR - Frameworks.
<script setup>
syntax for Vue 2.💡 SSR frameworks are listed at SSR - Frameworks.
.json
files to ES6 modules..csv
and .tsv
files into JavaScript modules with d3-dsv.enforce: 'pre'
).