From 567b1a8d8e70a14e4cbc79d972a46200e31e9755 Mon Sep 17 00:00:00 2001 From: Simon Bauer Date: Sun, 3 Feb 2019 14:11:52 +0100 Subject: [PATCH] Changed home-page --- packages/documentation/src/views/Home.vue | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/packages/documentation/src/views/Home.vue b/packages/documentation/src/views/Home.vue index 23ef775..4a679f9 100644 --- a/packages/documentation/src/views/Home.vue +++ b/packages/documentation/src/views/Home.vue @@ -34,7 +34,7 @@ with npm - npm install --save office-vue-fabric + npm install --save office-vue-fabric@next or with yarn @@ -48,6 +48,27 @@ {{ exampleCode }} + +

Github

+ + office-vue-fabric is fully open source and released under the MIT License. + You can access the source code on GitHub. + +

License

+ This library is published under the MIT license. Usage of the fonts and icons referenced in Office UI Fabric + is subject to the terms of the + Microsoft Assets License Agreement. + + Some parts of the libraries @uifabric/utilities, + @uifabric/styling and + @uifabric/icons are + copied into this repository and modified. These can be found in the + folders /packages/icons, /packages/utility and /packages/styling and have their own license, + which can be found in the directories. + In addition some code is taken from the + Office UI Fabric React library and + slightly modified. These files have a header with their respective license. +