parent
13a3c3be2a
commit
cf7ae94588
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Summary
|
||||
|
||||
This sub folders contains client-side projects includes the web parts detailed in the Getting Started walkthroughs. Technically these web parts could have remaind in one single solution, but to ensure that they match exactly what's in the tutorials, we have seperated them to dedicated solutions. Sub folders contains the following web parts:
|
||||
This sub folder contains client-side projects includes the web parts detailed in the Getting Started walkthroughs. Technically these web parts could have remained in one single solution, but to ensure that they match exactly what's in the tutorials, we have separated them to dedicated solutions. Sub folders contains the following web parts:
|
||||
|
||||
| Solution | Getting Started Walkthrough | Video
|
||||
| ------------- | ------------- | ------------- |
|
||||
|
@ -12,7 +12,7 @@ This sub folders contains client-side projects includes the web parts detailed i
|
|||
| documentcardexample-webpart | [Use Office UI Fabric React components in your SharePoint client-side web part](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/use-fabric-react-components) | [video](https://www.youtube.com/watch?v=1N6kNvLxyg4) |
|
||||
| asset-deployment-webpart | [Provision SharePoint assets from SharePoint Framework solutions](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/provision-sp-assets-from-package) | TBD |
|
||||
|
||||
You can also other SharePoint Framework releated videos from [SharePoint PnP YouTube Channel](https://aka.ms/SPPnP-Videos).
|
||||
You can also find other SharePoint Framework related videos from the [SharePoint PnP YouTube Channel](https://aka.ms/SPPnP-Videos).
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
![GA](https://img.shields.io/badge/version-GA-green.svg)
|
||||
|
@ -78,7 +78,7 @@ Now run the following command to install the npm packages:
|
|||
npm install
|
||||
```
|
||||
|
||||
This will install the required npm packages and depedencies to build and run the client-side project.
|
||||
This will install the required npm packages and dependencies to build and run the client-side project.
|
||||
|
||||
Once the npm packages are installed, run the command to preview your web parts in SharePoint Workbench:
|
||||
|
||||
|
|
Loading…
Reference in New Issue