You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you're building SharePoint Framework components for SharePoint on-prem deployments, refer to the additional pages listed in the [See also](#see-also) section for more information.
@@ -110,7 +110,7 @@ You should be using a modern web browser like [Microsoft Edge](https://www.micro
110
110
111
111
## Trusting the self-signed developer certificate
112
112
113
-
The SharePoint Framework's local webserver, used when testing your custom solutions from your development environment, uses HTTPS by default. This is implemented using a development self-signed SSL certificate. Self-signed SSL certificates are not trusted by your developer environment. You must first configure your development environment to trust the certificate.
113
+
The SharePoint Framework's local web server, used when testing your custom solutions from your development environment, uses HTTPS by default. This is implemented using a development self-signed SSL certificate. Self-signed SSL certificates are not trusted by your developer environment. You must first configure your development environment to trust the certificate.
114
114
115
115
A utility task is included in every SharePoint Framework project in the form of a gulp task. You can elect to do this now, or wait until you create your first project as covered in the [Build your first SharePoint client-side web part (Hello World part 1)](web-parts/get-started/build-a-hello-world-web-part.md) tutorial.
116
116
@@ -125,13 +125,13 @@ gulp trust-dev-cert
125
125
126
126
## Optional tools
127
127
128
-
Following are some tools that might come in handy as well:
128
+
While not required for SPFx development, you may also find the following tools useful:
@@ -140,14 +140,15 @@ You're now ready to [build your first client-side web part](web-parts/get-starte
140
140
141
141
## SPFx & SharePoint Server (on-prem)
142
142
143
-
The SPFx is available on SharePoint Online (SPO), SharePoint Server 2019, & SharePoint Server 2016. The configuration instructions on this page assume you're creating solutions using the latest version of the SPFx for SharePoint Online.
143
+
The SPFx is available on SharePoint Online (SPO), SharePoint Server Subscription Edition (SE), SharePoint Server 2019, & SharePoint Server 2016. The configuration instructions on this page assume you're creating solutions using the latest version of the SPFx for SharePoint Online.
144
144
145
145
SharePoint Online contains all versions of the SPFx, including all previous and the latest version. Each SPFx solution contains information to tell SPO which SPFx runtime it depends.
146
146
147
147
If you're building solutions for a SharePoint Server on-prem deployment, review to the [See also](#see-also) section for details on specific SharePoint versions. Each SharePoint on-prem only supports a specific version of SPFx. This can introduce complicated development environment configurations if you're creating different solutions for different SharePoint deployments.
148
148
149
-
-**SharePoint Server 2016 uses the SharePoint Framework (SPFx) v1.1.**
150
-
-**SharePoint Server 2019 uses the SharePoint Framework (SPFx) v1.4.1.**
149
+
-**SharePoint Server 2016 uses the SharePoint Framework (SPFx) v1.1.0.***For more information, see [SharePoint Framework development with SharePoint Server 2016 Feature Pack 2](sharepoint-2016-support.md).*
150
+
-**SharePoint Server 2019 uses the SharePoint Framework (SPFx) v1.4.1.***For more information, see [SharePoint Framework development with SharePoint Server 2019 and Subscription Edition](sharepoint-2019-and-subscription-edition-support.md).*
151
+
-**SharePoint Server Subscription Edition uses the SharePoint Framework (SPFx) v1.5.1.***For more information, see [SharePoint Framework development with SharePoint Server 2019 and Subscription Edition](sharepoint-2019-and-subscription-edition-support.md).*
151
152
152
153
Depending on your scenario, you may need to maintain different development environments. Developers have used the following approaches to address these challenges:
153
154
@@ -157,6 +158,7 @@ Depending on your scenario, you may need to maintain different development envir
157
158
158
159
> [!TIP]
159
160
> For more information on NVM, see [Better Node.js Install Management with Node Version Manager](https://www.voitanos.io/blog/better-node-js-install-management-with-node-version-manager/).
161
+
>
160
162
> -[NVM](https://github.com/creationix/nvm) for macOS
161
163
> -[nvm-windows](https://github.com/coreybutler/nvm-windows) for Windows
162
164
@@ -182,7 +184,7 @@ In case the certificate is not added to the Trusted Root Certification Authority
182
184
183
185
### Unable to Install Packages with NPM - Corporate Proxies
184
186
185
-
If your development environment is behind a corporate proxy, you need to configure NPM to use that proxy. Refer to the [npm-config](https://docs.npmjs.com/misc/config) documents on how to configure your development environment behind a corporate proxy... specifically the **proxy** & **http-proxy** settings. More information: [Configure NPM for a coporate web proxy](https://www.voitanos.io/blog/node-npm-fix-proxy-config/)
187
+
If your development environment is behind a corporate proxy, you need to configure NPM to use that proxy. Refer to the [npm-config](https://docs.npmjs.com/misc/config) documents on how to configure your development environment behind a corporate proxy... specifically the **proxy** & **http-proxy** settings. More information: [Configure NPM for a corporate web proxy](https://www.voitanos.io/blog/node-npm-fix-proxy-config/)
0 commit comments