readme changes

This commit is contained in:
AJIXuMuK 2020-04-24 20:36:11 -07:00
parent c2dc61de25
commit 9d4ae568ff
3 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,8 @@ extensions:
Sample web part that demonstrates how you can store Teams Personal App Web Part's properties in user's OneDrive.
![Teams Personal App](./assets/teams-personal-app-settings.png)
## Details
Teams Personal Apps, or Personal Tabs don't have settings.
@ -57,6 +59,17 @@ Version|Date|Comments
**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
* clone this repo
* move to right folder
* in the command line run:
* `npm install`
* `gulp bundle --ship`
* `gulp package-solution --ship`
* from the `sharepoint/solution` folder, deploy the `.sppkg` file to the App catalog in your tenant
* select deployed package in the App Catalog and click **Sync to Teams** in the Ribbon
* Go to Teams and add **Personal App Settings** personal app
## Features
* Using MS Graph to work with SharePoint lists and list items (create list, create and read list items)

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@ -36,3 +36,4 @@
"lib"
]
}