sp-dev-fx-webparts/samples/readme.md

76 lines
1.9 KiB
Markdown
Raw Normal View History

2016-08-31 10:17:59 -04:00
2020-04-11 07:46:44 -04:00
# React My Personal Apps (Links)
2020-04-11 07:46:44 -04:00
## Summary
The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access.
2020-04-11 07:46:44 -04:00
This Web Part uses MSgraph Open Extension to save the personal information on user object.
  
![Birthdays Web Part](./assets/image14.png)
![Birthdays Web Part](./assets/image13.png)
![Birthdays Web Part](./assets/image12.png)
![PersonalApps](./assets/Image2.png)
![PersonalApps](./assets/Image3.png)
![PersonalApps](./assets/Image4.png)
![PersonalApps](./assets/Image5.png)
![PersonalApps](./assets/Image06.png)
![PersonalApps](./assets/Image7.png)
![PersonalApps](./assets/Image8.png)
![PersonalApps](./assets/Image9.png)
![PersonalApps](./assets/Image10.png)
## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/version-1.10.0-green.svg)
## Applies to
* [SharePoint Framework](https:/dev.office.com/sharepoint)
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
react My Personal Apps|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|April 9, 2020|Initial release
## 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.**
---
## Minimal Path to Awesome
Please follow all the steps:
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- Add and deploy package to your tenant's App Catalog
- 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" />