0.1.2 • Published 6 years ago

office-fabric-vue v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

office-ui-fabric-vue

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Vue.js

This is a WIP!

Requirements

Office UI Fabric Core

The components provided by this library require the official CSS files. See Get started with Fabric Core.

Installation

Production

  1. Installing the package
npm install --save-dev johannes-z/office-ui-fabric-vue
# for dev builds install:
npm install --save-dev johannes-z/office-ui-fabric-vue#dev
yarn add -D johannes-z/office-ui-fabric-vue
# for dev builds install:
yarn add -D johannes-z/office-ui-fabric-vue#dev
  1. Install Plugin
import Vue from 'vue'
import Fabric from '../../src/index'

import 'office-fabric-vue/dist/office-ui-fabric-vue.css'

Vue.use(Fabric)

Showcase

Showcasing components is done using https://github.com/vuejs/vuepress.

See ./docs for an example how to add new pages.

Contributing

Any contributions are welcome, as long as they follow the project's file/folder structure and styles provided by the .editorconfig file and eslint.

Important: Keep dependencies of external libraries to a minimum.

Compatibility

All components should be compatible with at least IE11.

License

All files on the Office UI Fabric Vue GitHub repository are subject to the MIT license, unless otherwise noted. Please read the License file at the root of the project.

Usage of the fonts and icons referenced in Office UI Fabric is subject to the terms of the assets license agreement.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

1.0.0

6 years ago