vue mui
v1.0.0-beta5
Éléments d'interface utilisateur mobiles pour Vue 2.0
npm install v-mui --SImportez tous les composants.
import Vue from 'vue' ;
import VueMUI from 'v-mui' ;
Vue . use ( VueMUI ) ;Ou importez le composant spécifié.
import { Button , List } from 'v-mui' ;
Vue . component ( Button . name , Button ) ;
Vue . component ( List . name , List ) ;Importer CSS.
import 'v-mui/dist/css/vue-mui.css' ; Cloner ou télécharger ce référentiel
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production with minification
npm run build