aidewoode / office-ui-fabric-vue

Office UI Fabric implementation for Vue.js

Home Page:https://aidewoode.github.io/office-ui-fabric-vue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Office UI Fabric Vue

Build status NPM version

Note: Because office-ui-fabric-js no longer support, this project need to rewrite using office-ui-fabric-core. But it's lots of works, I don't have too much time on this project now. So this project will no longer support. If someone wants to works with me on this project to write a new version, please contact me.

Introduction

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

Notice

This project just include js components, for the basic styling, include the icons, colors, layout, typography..., you can check the Fabric Core project.

This project already include Jquery and PickaDate, and used for the DatePicker component.

This project still in early stage, so the api of this components may have some break change later. If you find bugs or have feature quest, please add a new issue.

About

Office UI Fabric implementation for Vue.js

https://aidewoode.github.io/office-ui-fabric-vue/

License:Other


Languages

Language:JavaScript 52.6%Language:Vue 46.8%Language:HTML 0.4%Language:CSS 0.2%