Office UI Fabric Vue
Office UI Fabric implementation for Vue.js, build with office-ui-fabric-js
Dependencies
- vue.js 2.2.0+
Installation
$ yarn add office-ui-fabric-vue
// or
$ npm install office-ui-fabric-vue
Usage
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);
Development
// 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