vuetify

vuetify

功能强大的Vue UI框架 简化应用开发

Vuetify是一个功能丰富的Vue UI框架,为开发者提供精心设计的组件和工具,简化复杂应用的开发流程。它支持响应式布局、灵活的主题定制和多语言支持,让开发者轻松创建高质量应用。Vuetify具有良好的浏览器兼容性,拥有全面的API文档,适用于各类Web项目。这个开源项目由专业团队持续维护,为Vue开发者提供可靠且不断更新的UI解决方案。

VuetifyVue组件库UI框架开源项目前端开发Github
<p align="center"> <a href="https://vuetifyjs.com" target="_blank"> <img alt="Vuetify Logo" width="100" src="https://cdn.vuetifyjs.com/images/logos/logo.svg"> </a> </p> <p align="center"> <a href="https://www.npmjs.com/package/vuetify"> <img src="https://img.shields.io/npm/dt/vuetify.svg" alt="Downloads"> </a> <a href="https://www.npmjs.com/package/vuetify"> <img src="https://img.shields.io/npm/dm/vuetify.svg" alt="Downloads"> </a> <br> <a href="https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md"> <img src="https://img.shields.io/npm/l/vuetify.svg" alt="License"> </a> <a href="https://community.vuetifyjs.com"> <img src="https://discordapp.com/api/guilds/340160225338195969/widget.png" alt="Chat"> </a> <br> <a href="https://www.npmjs.com/package/vuetify"> <img src="https://img.shields.io/npm/v/vuetify.svg" alt="Version"> </a> <a href="https://cdnjs.com/libraries/vuetify"> <img src="https://img.shields.io/cdnjs/v/vuetify.svg" alt="CDN"> </a> </p>

💖 Supporting Vuetify

Vuetify is a MIT licensed project that is developed and maintained full-time by John Leider and Heather Leider; with support from the entire Core Team. Sponsor Vuetify and receive some awesome perks and support Open Source Software at the same time! 🎉

<ul> <li> <a href="https://github.com/users/johnleider/sponsorship">Become a backer or sponsor on GitHub</a> or <a href="https://www.patreon.com/vuetify">Patreon</a> <small>(supports John and Heather)</small> </li> <li> <a href="https://opencollective.com/vuetify">Become a backer or sponsor on Open Collective</a> <strong><small>(supports the Core team)</small></strong> </li> <li> <a href="https://tidelift.com/subscription/request-a-demo?utm_source=npm-vuetify&utm_medium=referral&utm_campaign=enterprise">Become a subscriber on Tidelift</a> </li> <li> <a href="https://paypal.me/vuetify">Make a one-time payment with Paypal</a> </li> <li> <a href="https://support.vuetifyjs.com/">Book time with the Team</a> </li> </ul>

What's the difference between GitHub Sponsors, Patreon, and OpenCollective?

Funds donated through GitHub Sponsors and Patreon go directly to support John and Heather's full-time work on Vuetify. Funds donated via Open Collective are managed with transparent expenses and will be used for compensating work and expenses for Core team members. Your name/logo will receive proper recognition and exposure by donating on either platform.

<h3><b>Special Sponsor</b></h3> <table> <tbody> <tr> <td> <a href="https://www.teamwork.com/" target="_blank"> <img height="35px" src="https://cdn.cosmicjs.com/ca146a20-bc5d-11ee-9be1-85f53db06a1d-teamwork-logo-2023.svg"> </a> </td> </tr> </tbody> </table> <h3><b>Diamond Sponsors</b></h3> <table> <tbody> <tr> <td> <a href="https://github.com/sponsors/johnleider" target="_blank"> Your Logo Here </a> </td> </tr> </tbody> </table> <h3><b>Platinum Sponsors</b></h3> <table> <tbody> <tr> <td> <a href="https://careers.lmax.com/?utm_source=vuetify&utm_medium=github-link&utm_campaign=lmax-careers"> <img height="30px" src="https://cdn.vuetifyjs.com/images/backers/lmax-exchange.png"> </a> </td> <td> <a href="http://intygrate.com/?ref=vuetify-github"> <img height="30px" src="https://cdn.vuetifyjs.com/images/backers/intygrate.png"> </a> </td> <td> <a href="http://vuemastery.com/?ref=vuetify-github"> <img height="30px" src="https://cdn.vuetifyjs.com/images/backers/vuemastery.svg"> </a> </td> <td> <a href="http://crossword-solver.io/"> <img height="35px" src="https://cdn.cosmicjs.com/098aa4e0-9749-11eb-bf6a-1ffd0f06b0f7-crossword-solver-logo-light.svg"> </a> </td> </tr> <tr></tr> <tr> <td> <a href="https://www.slim.ai/"> <img height="30px" src="https://cdn.cosmicjs.com/e7d53ff0-4ca5-11ec-9940-53a088b36636-slim-ai.svg"> </a> </td> <td> <a href="https://crosswordanswers911.net/"> <img height="30px" src="https://cdn.cosmicjs.com/ef6ea2a0-7ee1-11ed-8730-d9eebcd39d9f-crossword-answers-911.jpg"> </a> </td> <td style="text-align: center;"> <a href="https://www.muenchen.de/"> <img height="40px" src="https://imgix.cosmicjs.com/af2ce530-eaa2-11ed-ba82-019c4666da06-itm-logo.png"> </a> </td> <td> <a href="https://justanotherpanel.com/"> <img height="30px" src="https://cdn.cosmicjs.com/8d038320-6382-11ee-b975-cb0cfadd93ad-jap.png"> </a> </td> </tr> <tr></tr> <tr> <td> <a href="https://stormlikes.net/"> <img height="40px" src="https://cdn.cosmicjs.com/64e6f630-a980-11ee-b417-db331415685f-stormlikes.png"> </a> </td> <td></td> <td></td> <td></td> </tr> </tbody> </table> <br>

⚡ Quick Start

Getting started with Vuetify is easy. To create a new project, choose your package manager and run one of the following commands:

Using pnpm

pnpm create vuetify

Using yarn

yarn create vuetify

Using npm

npm create vuetify@latest

Using bun

bun create vuetify

For more information on how to get started, such as using Nuxt or Laravel, check out the official Installation guide.

🚀 Introduction

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components. No design skills required — everything you need to create amazing applications is at your fingertips. Vuetify has a massive API that supports any use-case. Some highlights include:

  • Customizable: Extensive customization options with SASS/SCSS and Default configuration and Blueprints
  • Responsive Layout: The default configuration of Vuetify components is responsive, allowing your application to adapt to different screen sizes.
  • Theme System: A powerful color system that makes it easy to style your application with a consistent color palette.
  • Vite Support: Smaller bundle sizes with automatic tree-shaking
  • 18 months Long-term support for Major releases
  • Internationalization: 42+ supported languages

Browser Support

Vuetify supports all modern browsers, including Safari 13+ (using polyfills). Components are designed for a minimum width of 320px.

🌎 Vuetify Ecosystem

Resources

<table> <thead> <tr> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> <a href="https://snips.vuetifyjs.com"> ✂️&nbsp;Vuetify&nbsp;Snips </a> </td> <td>Pre-built code snippets for Vuetify components that you can use in your projects</td> </tr> <tr> <td> <a href="https://support.vuetifyjs.com/?ref=github"> 💫&nbsp;Enterprise&nbsp;Support </a> </td> <td>Let the experts at Vuetify help you get the most out of your application with a customized support plan from the the team behind the framework</td> </tr> <tr> <td> <a href="https://community.vuetifyjs.com/?ref=github"> 💭&nbsp;Discord&nbsp;Community </a> </td> <td>Our massive and inclusive Discord server where you can ask questions, share feedback, and connect with other Vuetify developers</td> </tr> <tr> <td> <a href="https://play.vuetifyjs.com/?ref=github"> 🎮&nbsp;Vuetify&nbsp;Play </a> </td> <td>A Vuetify 3 playground built using <a href="https://github.com/vuejs/repl">vuejs/repl</a> where you can play with our components</td> </tr> <tr> <td> <a href="https://issues.vuetifyjs.com/?ref=github"> 🐛&nbsp;Vuetify&nbsp;Issues </a> </td> <td>A web application for reporting bugs and issues with Vuetify, Documentation, or one of our other packages</td> </tr> <tr> <td> <a href="https://store.vuetifyjs.com/?ref=github"> 🛒&nbsp;Vuetify&nbsp;Store </a> </td> <td>The official Vuetify Store where you can download free digital products, purchase pre-made themes, and more</td> </tr> </tbody> </table>

Packages

<table> <thead> <tr> <th>Name</th> <th>Version</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> <a href="https://github.com/vuetifyjs/create-vuetify"> 🛠️ create-vuetify </a> </td> <td> <a href="https://www.npmjs.com/package/vue-cli-plugin-vuetify"> <img src="https://img.shields.io/npm/v/create-vuetify.svg" alt="Version"> </a> </td> <td> Quickly spin up applications with a simple command. </td> </tr> <tr> <td> <a href="https://github.com/vuetifyjs/vuetify-loader/tree/master"> 📦 vuetify-loader </a> </td> <td> <a href="https://www.npmjs.com/package/vuetify-loader"> <img src="https://img.shields.io/npm/v/vuetify-loader.svg" alt="Version"> </a> </td> <td> Compiler plugins for autoloading Vuetify components </td> </tr> <tr> <td> <a href="https://github.com/vuetifyjs/eslint-plugin-vuetify"> 📄 eslint-plugin-vuetify </a> </td> <td> <a href="https://www.npmjs.com/package/eslint-plugin-vuetify"> <img src="https://img.shields.io/npm/v/eslint-plugin-vuetify.svg" alt="Version"> </a> </td> <td> An opinionated eslint-plugin for Vuetify </td> </tr> </tbody> </table>

🖥️ Documentation

To check out the docs, visit vuetifyjs.com.

Crowdin Uploads

🙋‍♂️ Questions

For help and support questions, please use our Discord community. This issue list of this repo is exclusively for bug reports and feature requests.

🐛 Issues

Use our Issue generator to report bugs and request new features.

Please make sure to read the Important Information before opening an issue. Issues not confirming to the guidelines may be closed immediately.

📝 Changelog

Detailed changes for each release are documented in the release notes.

💁‍♂️ Contributing

Developers interested in contributing should read the Code of Conduct and the Contribution Guide.

Please do not ask general questions in an issue. Issues are only to report bugs, suggest enhancements, or request new features. For general questions and discussions, ask in the community chat.

To help you get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started. If you have any questions, please join us on the community chat.

We also have a list of help wanted issues that you might want to check.

📑 License

Vuetify is available under the MIT software license.

Copyright (c) 2016-present Vuetify, LLC


This project exists thanks to all the people who contribute 😍!

<a href="https://github.com/vuetifyjs/vuetify/graphs/contributors"><img src="https://opencollective.com/vuetify/contributors.svg?width=890&button=false"

编辑推荐精选

潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

下拉加载更多