如何创建SPFX Webpart?直到部署和调试的步骤

时间:2018-06-24 10:30:59

标签: sharepoint web-parts sharepoint-online spfx

我想了解基础知识,并使用SPFx(SharePoit框架)创建Webpart,我需要完整的步骤,直到在sharePoint中进行在线部署和调试为止。

2 个答案:

答案 0 :(得分:1)

下面是非常基本的视频链接。它可以从基础上清除所有概念。

首先设置环境。 https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment

安装节点Js​​,NPM,Yoman模板,VS代码。然后构建您的第一个Webpart。 VS代码

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part

要调试,您可以查看以下文章。 https://github.com/SharePoint/sp-dev-docs/blob/master/docs/spfx/debug-in-vscode.md

调试它只需更改清单文件中的url,然后按f5。

希望对您有帮助。

答案 1 :(得分:1)

请查看Microsoft官方关于SPFX开发的分步演示,它将包含基本演示和部署,调试步骤:

Overview of the SharePoint Framework