The Wayback Machine - https://web.archive.org/web/20190322175816/https://github.com/vuetifyjs/vuetify
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
πŸ‰ Material Component Framework for Vue.js 2 https://vuetifyjs.com
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: fix typo in pull request template (#5645) Nov 18, 2018
packages docs: update search-input prop desc Mar 22, 2019
scripts chore(ci): ensure correct now deployment is aliased Feb 15, 2019
.editorconfig mark normal files as non executable (#4877) Aug 17, 2018
.eslintrc.js chore: update to typescript 3.3 Feb 11, 2019
.gitignore chore: update ignore files, move backers and travis to root Oct 28, 2018
.travis.yml ci: use yarn 1.15.2 Mar 19, 2019
BACKERS.md chore(BACKERS): update backers Jan 16, 2019
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#847) Jun 29, 2017
LICENSE.md docs: Happy New Year! 🎁 (#6003) Dec 30, 2018
README.md chore(README.md): update sponsor link Mar 20, 2019
crowdin.yml docs: use short language codes where available Feb 5, 2019
ecosystem-win.config.js chore: rename vuetifyjs.com package to docs (#6122) Jan 12, 2019
ecosystem.config.js chore: rename vuetifyjs.com package to docs (#6122) Jan 12, 2019
eslint-local-rules.js
jest.config.js test: skip typescript definitions for coverage Oct 29, 2018
lerna.json chore(release): publish v1.5.7 Mar 19, 2019
now.json chore(ci): ensure correct now deployment is aliased Feb 15, 2019
package.json chore: update vue to 2.6.6 Feb 12, 2019
tsconfig.json chore: update vue to 2.5.21 (#5789) Dec 12, 2018
tslint.json chore(tslint): stop ignoring packages/vuetify Feb 25, 2019
yarn.lock chore: update vue to 2.6.6 Feb 12, 2019

README.md

travis ci badge Coverage Consulting Downloads Downloads
codebeat badge License zenhub Chat
Version Next version CDN


Supporting Vuetify

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:


Premiere Sponsor

Diamond Sponsors

Palladium Sponsors

Open Collective Sponsors

Donate to OpenCollective

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, Material Design and a massive library of beautifully crafted components and features. Built 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 and get help 24/7 from the development team and our talented community members across the world. Become a backer 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

Link to Vuetify documentation.

One Click Quick-start

Codepen link

Vue CLI-3 Installation

vue create my-app
# THEN
vue add vuetify

Ecosystem

Project Version Description
vue-cli-plugin-vuetify Version A vue-cli-3 plugin for installing and configuring Vuetify
vuetify-loader Version A webpack plugin for treeshaking and progressive image support
eslint-config-vuetify Version An opinionated eslint-config for Vuetify
vuex-cognito-module Version A Vuex module for AWS Cognito

Manual Installation

yarn add vuetify
# OR
npm install vuetify
// main.js
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.

<!-- index.html -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">

Or you can import it to your webpack entry point:

// main.js
require('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons')
require('vuetify/dist/vuetify.min.css')

For more information, please visit the quick-start guide.

Community Support

Ask your support questions on the Vuetify Discord Community.

Frequently asked questions and Gotchas on the FAQ Guide

Contributing

Developers interested in contributing should read the Code of Conduct.

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 Vuetify Discord Community.

It is important to note that for each release, the detailed changes are documented in the release notes.

Reporting Guide

You can report issues by following the Issue Template and providing a minimal reproduction with a CodePen template or a full project at CodeSandbox.

Good First Issue

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.

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

Credits

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

Vuetify is MIT licensed.

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.