All Projects → aidewoode → Office Ui Fabric Vue

aidewoode / Office Ui Fabric Vue

Licence: other
Office UI Fabric implementation for Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Office Ui Fabric Vue

elekid
Resolver for React's Server Side Render on Module, ReactElement or Electron
Stars: ✭ 21 (-92.31%)
Mutual labels:  vuejs2
vue2-calendar
A lightweight calendar component for Vue2
Stars: ✭ 54 (-80.22%)
Mutual labels:  vuejs2
Vue Form Generator
📋 A schema-based form generator component for Vue.js
Stars: ✭ 2,853 (+945.05%)
Mutual labels:  vuejs2
kotti
💅 3YOURMIND’s Vue UI Framework & Design System
Stars: ✭ 74 (-72.89%)
Mutual labels:  ui-framework
munhasir
Sample RESTful single page web app with Go, MongoDB and VueJS. A platform for keeping diaries for those who are cautious(or paranoid).
Stars: ✭ 24 (-91.21%)
Mutual labels:  vuejs2
vue-popover
Reusable popover component for Vue
Stars: ✭ 22 (-91.94%)
Mutual labels:  vuejs2
vue-jekyll
This Repo is a bare-bones template for building static sites that leverage a client-side JS framework for dynamic functionality.
Stars: ✭ 84 (-69.23%)
Mutual labels:  vuejs2
Cadence Web
Web UI for visualizing workflows on Cadence
Stars: ✭ 261 (-4.4%)
Mutual labels:  vuejs2
vue-sauce
"View source" directive for Vue
Stars: ✭ 90 (-67.03%)
Mutual labels:  vuejs2
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+980.95%)
Mutual labels:  vuejs2
myblog
前端部分使用vue2.0-vuex-webpack-md编辑器,后端使用golang的beego框架的个人博客网站。代码中实际分为2个工程,beego和vue工程。部署将webpack打包后文件放在beego工程中。前后端路由分离。
Stars: ✭ 30 (-89.01%)
Mutual labels:  vuejs2
gpkeditor
markdown editor with peg.js
Stars: ✭ 15 (-94.51%)
Mutual labels:  vuejs2
Iview2 Management System
a basic management system example written by iview2.0 & Vue2.
Stars: ✭ 255 (-6.59%)
Mutual labels:  vuejs2
skr
🏆 Blog with manager (vue&ssr)
Stars: ✭ 16 (-94.14%)
Mutual labels:  vuejs2
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-5.49%)
Mutual labels:  vuejs2
quiplash
Quiplash replacement
Stars: ✭ 25 (-90.84%)
Mutual labels:  vuejs2
vuejs-uib-pagination
Best and complete pagination plugin for Vue.js. Inspired in Angular Bootstrap Pagination.
Stars: ✭ 58 (-78.75%)
Mutual labels:  vuejs2
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-3.66%)
Mutual labels:  vuejs2
Vuejs Component Style Guide
Vue.js Component Style Guide
Stars: ✭ 2,796 (+924.18%)
Mutual labels:  vuejs2
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-6.23%)
Mutual labels:  vuejs2

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].