fabric ui vue
Office UI Fabric implementation for Vue.js, build with office-ui-fabric-js
Vue.js的Office UI Fabric实现,使用office-ui-fabric-js构建
vue.js 2.2.0+
vue.js 2.2.0+
$ yarn add office-ui-fabric-vue
// or
$ npm install office-ui-fabric-vue
import Vue from 'vue'
import OfficeUIFabricVue from 'office-ui-fabric-vue';
// import css style
import 'office-ui-fabric-vue/dist/index.css';
Vue.use(OfficeUIFabricVue);
// clone the repo
$ git clone https://github.com/aidewoode/office-ui-fabric-vue.git
// install all dependencies
$ yarn install
// runing the doc site
$ yarn run server
// bundle the file
$ yarn run bundle
// runing the test
$ yarn run test
翻译自: https://vuejsexamples.com/office-ui-fabric-implementation-for-vue-js/
fabric ui vue