- Notifications
You must be signed in to change notification settings - Fork29
Office UI Fabric implementation for Vue.js
License
aidewoode/office-ui-fabric-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note: Becauseoffice-ui-fabric-js no longer support, this project need to rewrite usingoffice-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.
Office UI Fabric implementation for Vue.js, build withoffice-ui-fabric-js
- vue.js 2.2.0+
$ yarn add office-ui-fabric-vue // or $ npm install office-ui-fabric-vue
importVuefrom'vue'importOfficeUIFabricVuefrom'office-ui-fabric-vue';// import css styleimport'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
This project just include js components, for the basic styling, include the icons, colors, layout, typography..., you can check theFabric 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, pleaseadd a new issue.
About
Office UI Fabric implementation for Vue.js
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.