How to use Fabric React on an existing Office Web Add-In project?

最后都变了- 提交于 2019-12-08 03:17:14

问题


It is possible to use office-ui-fabric-react on an existing Office Web Add-In project such as Word and Excel web add-in projects? Any preferred way to achieve this?

Upon trying to run this from the root of my project, a lot of dependencies are missing:

npm --save install office-ui-fabric-react

It seems that it's not possible to use Fabric React without using create-react-app and creating a new "JavaScript > From Existing Node.js code" project.

来源:https://stackoverflow.com/questions/45187263/how-to-use-fabric-react-on-an-existing-office-web-add-in-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!