fabric ui vue_Vue.js的Office UI Fabric实现

房冥夜
2023-12-01

fabric ui vue

Office UI Fabric Vue (Office UI Fabric Vue)

Office UI Fabric implementation for Vue.js, build with office-ui-fabric-js

Vue.js的Office UI Fabric实现,使用office-ui-fabric-js构建

依存关系 (Dependencies)

  • vue.js 2.2.0+

    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

翻译自: https://vuejsexamples.com/office-ui-fabric-implementation-for-vue-js/

fabric ui vue

 类似资料: