# vuetify **Repository Path**: OrhonTech/vuetify ## Basic Information - **Project Name**: vuetify - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

travis ci badge Coverage codebeat badge Downloads
License zenhub Chat
Version CDN


Professionally-supported Vuetify.js now available

Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional-grade assurances from the experts who know it best, while seamlessly integrating with existing tools.

Get supported with Tidelift

Get supported Vuetify.js with the Tidelift Subscription


Supporting through Patreon

Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a patron.

Become a Patron

Diamond



Palladium


## Introduction Vuetify is a semantic component framework for Vue. It aims to provide clean, semantic and reusable components that make building your application a breeze. Build *amazing* applications with the power of Vue and Material Design and a massive library of beautifully crafted components. Created according to Google's **Material Design Spec**, Vuetify components feature an easy-to-remember semantic design that shifts remembering complex classes and markup, to type-as-you speak properties that have simple and clear names. Harness the power of the [Vuetify community](https://chat.vuetifyjs.com) and get help 24/7 from the development team and our talented community members across the world. Become a [backer](https://www.patreon.com/vuetify) and get access to dedicated support from the team. ### Browser Support Vuetify supports all **modern browsers**, including IE11 and Safari 9+ (using polyfills). From mobile to laptop to desktop, you can rest assured that your application will work as expected. Interested in the bleeding edge? Try the vue-cli Webpack SSR (Server side rendered) template and build websites optimized for SEO. ## Documentation You can find the Vuetify documentation on the website. ## One Click Quick-start [Codepen link](https://codepen.io/johnjleider/pen/jYZwVZ) ```html
My Application Hello World
``` ## Vue CLI-3 Install ``` bash vue create my-app // THEN vue add vuetify ``` ## Installation ``` bash # npm npm install vuetify ``` ``` bash # yarn yarn add vuetify ``` ## Usage ```javascript import Vue from 'vue' import Vuetify from 'vuetify' Vue.use(Vuetify) ``` For including styles, you can either place the below styles in your `index.html` ```html ``` Or you can import it to your webpack entry point ```javascript require('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons') require('/path/to/node_modules/vuetify/dist/vuetify.min.css') ``` Keep in mind, you will need to ensure your webpack config contains a css loader. ## Community Support Ask your support questions on the [Vuetify Discord Community](https://community.vuetifyjs.com/). Frequently asked questions and Gotchas on the [FAQ Guide](https://vuetifyjs.com/vuetify/frequently-asked-questions) ## Contributing Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md). > Please do **not** ask general questions in an issue. Issues are only to report bugs, request enhancements, or request new features. For general questions and discussions, ask on the [Vuetify Discord Community](https://community.vuetifyjs.com/). It is important to note that for each release, the detailed changes are documented in the [release notes](https://github.com/vuetifyjs/vuetify/releases). ### Contributing Guide You can request features using the [Feature Request Template](https://github.com/vuetifyjs/vuetify/issues/new?template=feature_request.md) or report bugs using the [Bug Report Template](https://github.com/vuetifyjs/vuetify/issues/new?template=bug_report.md) and create a minimal reproduction with a [CodePen template](https://template.vuetifyjs.com/) or a full project at [CodeSandbox](https://codesandbox.io/s/vue). ### Good First Issue To help you get you familiar with our contribution process, we have a list of [good first issues](https://github.com/vuetifyjs/vuetify/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. We also have a list of [help wanted](https://github.com/vuetifyjs/vuetify/labels/help%20wanted) issues that you might want to check. ### License Vuetify is [MIT licensed](./LICENSE).