This package has been deprecated

Author message:

this package has been deprecated

office-fabric-vue

0.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i office-fabric-vue

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

3.39 MB

Total Files

227

Last publish

Collaborators

  • johannes-z