使用 SharePoint Framework 构建 Web 部件

dev.office.com/sharepoint 是开始使用 SharePoint Framework 的好地方。

SharePoint Framework 是 SharePoint 开发的一种现代客户端方法,最初针对 Office 365 中的 SharePoint Online。使用 SharePoint Framework 创建的 Web 部件是一种新类型的 Web 部件,可以在现有 SharePoint 页面上添加它们。新的 SharePoint 页面。

构建你的第一个 SharePoint 客户端 Web 部件(Hello World 第 1 部分)时, 有一个很好的 hello world 示例。dev.office.com 上的所有示例都可通过 github 进行社区贡献。

SharePoint Framework 中 Hello World 的基本步骤如下:

  1. 使用 Yeoman SharePoint Generator 生成项目的框架。

    哟 @ microsoft / SharePoint

  2. 在你选择的编辑器中编辑生成的代码。 Visual Studio Code 的支持在各个平台上都很强大。

  3. 使用 gulp 和本地 SharePoint Workbench 预览 Web 部件

    吞服

  4. 在 SharePoint Online 环境中预览

转到以下 URL:’ https://your-sharepoint-site/_layouts/workbench.aspx '