摘要: # with npm npm install office-ui-fabric-react # with yarn yarn add office-ui-fabric-react 使用方法: import { PrimaryButton } from 'office-ui-fabric-react' 阅读全文
posted @ 2019-05-11 11:40 GerryChong 阅读(188) 评论(0) 推荐(0) 编辑
摘要: npm install -g yo generator-office //全局安装最新版 Yeoman 和 Office 加载项的 Yeoman 生成器。 yo office //使用 Yeoman 生成器创建 Excel 加载项项目 选择项目类型: Office Add-in project us 阅读全文
posted @ 2019-05-11 11:37 GerryChong 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 参考文档:https://docs.microsoft.com/zh-cn/office/dev/add-ins/design/task-pane-add-ins Office 加载项的界面设计,官方文档有提出了很明确的建议,同时也提到了fabric-UI, 我的开发会使用react,fabric- 阅读全文
posted @ 2019-05-11 11:18 GerryChong 阅读(357) 评论(0) 推荐(0) 编辑