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数据分析助手

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

imini AI

imini AI

像人一样思考的AI智能体

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

Keevx

Keevx

AI数字人视频创作平台

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

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

扣子-AI办公

扣子-AI办公

AI办公助手,复杂任务高效处理

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

TRAE编程

TRAE编程

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

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

AI工具TraeAI IDE协作生产力转型热门
蛙蛙写作

蛙蛙写作

AI小说写作助手,一站式润色、改写、扩写

蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。

AI辅助写作AI工具蛙蛙写作AI写作工具学术助手办公助手营销助手AI助手
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

热门AI助手AI对话AI工具聊天机器人
Transly

Transly

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

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

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
下拉加载更多