Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vuetify | 37,996 | 6,541 | 2,199 | 12 hours ago | 535 | July 25, 2023 | 731 | mit | TypeScript | |
🐉 Vue Component Framework | ||||||||||
Filebrowser | 20,991 | 9 | 4 hours ago | 111 | July 31, 2023 | 67 | apache-2.0 | Go | ||
📂 Web File Browser | ||||||||||
Awesome Vite | 11,433 | 2 days ago | 30 | mit | JavaScript | |||||
⚡️ A curated list of awesome things related to Vite.js | ||||||||||
Vitesse | 8,060 | 4 days ago | 20 | mit | TypeScript | |||||
🏕 Opinionated Vite + Vue Starter Template | ||||||||||
Vue I18n | 7,002 | 2 | 3 months ago | 4 | May 11, 2022 | 237 | mit | JavaScript | ||
:globe_with_meridians: Internationalization plugin for Vue.js | ||||||||||
Vuex Persistedstate | 5,629 | 1,039 | 405 | 2 years ago | 38 | September 21, 2021 | 27 | mit | JavaScript | |
💾 Persist and rehydrate your Vuex state between page reloads. | ||||||||||
Eslint Plugin Vue | 4,258 | 32,952 | 44,093 | a month ago | 152 | August 09, 2023 | 148 | mit | JavaScript | |
Official ESLint plugin for Vue.js | ||||||||||
V Calendar | 3,980 | 99 | 185 | a day ago | 121 | March 31, 2023 | 702 | mit | HTML | |
An elegant calendar and datepicker plugin for Vue. | ||||||||||
Docute | 3,749 | 8 | 7 | 6 days ago | 222 | October 03, 2019 | 101 | mit | JavaScript | |
📚 Effortless documentation, done right. | ||||||||||
Ueli | 3,144 | 4 days ago | 1 | April 22, 2023 | 361 | mit | TypeScript | |||
Keystroke launcher for Windows and macOS |
A Tailwind CSS starter template for Vite
If you have access to Tailwind UI, follow these steps to add it:
yarn add @tailwindcss/forms @tailwindcss/typography @tailwindcss/aspect-ratio
tailwind.config.js
:// tailwind.config.js
module.exports = {
// ...
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/aspect-ratio'),
],
}
yarn
yarn dev
yarn build