mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-04 02:39:22 +00:00
Update README.md
Added metadata and fixed typos in readme
This commit is contained in:
parent
9c9e76b024
commit
f89ed58bd9
@ -1,9 +1,26 @@
|
|||||||
|
---
|
||||||
|
page_type: sample
|
||||||
|
products:
|
||||||
|
- office-sp
|
||||||
|
languages:
|
||||||
|
- javascript
|
||||||
|
- typescript
|
||||||
|
extensions:
|
||||||
|
contentType: samples
|
||||||
|
technologies:
|
||||||
|
- SharePoint Framework
|
||||||
|
- Microsoft Graph
|
||||||
|
platforms:
|
||||||
|
- React
|
||||||
|
createdDate: 4/9/2020 12:00:00 AM
|
||||||
|
---
|
||||||
|
|
||||||
# React My Personal Apps (Links)
|
# React My Personal Apps (Links)
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
The Web Part My Personal Apps allows the user define links to Aplications or Sites for quick access.
|
The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access.
|
||||||
|
|
||||||
This Web Part use MSgraph Open Extension to save the personal information on user object.
|
This Web Part uses MSgraph Open Extension to save the personal information on user object.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -11,8 +28,7 @@ This Web Part use MSgraph Open Extension to save the personal information on use
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -30,8 +46,8 @@ This Web Part use MSgraph Open Extension to save the personal information on use
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Used SharePoint Framework Version
|
||||||
|
|
||||||
## Used SharePoint Framework Version
|
|
||||||

|

|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
@ -39,7 +55,6 @@ This Web Part use MSgraph Open Extension to save the personal information on use
|
|||||||
* [SharePoint Framework](https:/dev.office.com/sharepoint)
|
* [SharePoint Framework](https:/dev.office.com/sharepoint)
|
||||||
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
|
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
|
||||||
|
|
||||||
|
|
||||||
## Solution
|
## Solution
|
||||||
|
|
||||||
Solution|Author(s)
|
Solution|Author(s)
|
||||||
@ -52,13 +67,15 @@ Version|Date|Comments
|
|||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0.0|April 9, 2020|Initial release
|
1.0.0|April 9, 2020|Initial release
|
||||||
|
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Minimal Path to Awesome - please follow all the steps.
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
|
Please follow all the steps:
|
||||||
|
|
||||||
- Clone this repository
|
- Clone this repository
|
||||||
- in the command line run:
|
- in the command line run:
|
||||||
@ -66,10 +83,8 @@ Version|Date|Comments
|
|||||||
- `gulp build`
|
- `gulp build`
|
||||||
- `gulp bundle --ship`
|
- `gulp bundle --ship`
|
||||||
- `gulp package-solution --ship`
|
- `gulp package-solution --ship`
|
||||||
- `Add and Deploy Package to AppCatalog `
|
- Add and deploy package to your tenant's App Catalog
|
||||||
- `Go to API Management - from SharePoint Admin Center new experience, and Approve the Permission Require to Use Graph API SCOPE User.ReadWrite.All`
|
- Go to **API Access** - from **SharePoint Admin Center** new experience, and **Approve** the permission to use Microsoft Graph scope **User.ReadWrite.All**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-my-personal-apps" />
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-my-personal-apps" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user