# vue2-vuetify **Repository Path**: KiniMail/vue2-vuetify ## Basic Information - **Project Name**: vue2-vuetify - **Description**: 一个Vue2的UI框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-01 - **Last Updated**: 2021-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Vuetify for Vue.js

travis ci badge codebeat badge Downloads Version License Chat

Vuetify.js is a semantic component framework for Vue.js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify.js uses Google's Material Design design pattern, taking cues from other popular frameworks such as Materialize.css, Material Design Lite, Semantic UI and Bootstrap 4

Build amazing applications with the power of Vue and Material Design with a massive library of beautifully crafted components. Built for speed, 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.

Vuetify.js supports all modern browsers, including IE11 and Safari 9+. 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 the ultimate UI.



Vuetify.js is proudly sponsored by:





Looking for Vue.js jobs? Check out vuejobs.com


Support Vuetify.js's development with:
Patreon  or  Paypal

## Demo and Documentation Documentation ## CDN Quick-start ```html
Hello world
``` ## Project Install ``` bash # npm npm install vuetify ``` ``` bash # yarn yarn add vuetify ``` ## Use ```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('/path/to/node_modules/vuetify/dist/vuetify.min.css') ``` Keep in mind, you will need to ensure your webpack config contains a css-loader. ## Frequently asked questions and Gotchas Frequently asked questions ## Support and Questions Ask your support questions on the vuetifyjs [discord](https://chat.vuetifyjs.com). ## Info Codepen starter [Vuetify Template](http://codepen.io/johnjleider/pen/bgJOrX)