Update README.md
This commit is contained in:
parent
fac9d2b87b
commit
c1705c4266
|
@ -1,26 +1,39 @@
|
||||||
## save-email-to-sharepoint
|
# Save Outlook email to SharePoint Document Library Add-in
|
||||||
|
|
||||||
This is where you include your WebPart documentation.
|
## Summary
|
||||||
|
|
||||||
### Building the code
|
This Add-in helps the user to save current selected email to SharePoint document Library.
|
||||||
|
|
||||||
```bash
|
## Applies to
|
||||||
git clone the repo
|
|
||||||
npm i
|
|
||||||
npm i -g gulp
|
|
||||||
gulp
|
|
||||||
```
|
|
||||||
|
|
||||||
This package produces the following:
|
* [SharePoint Framework](https:/dev.office.com/sharepoint)
|
||||||
|
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
|
||||||
|
|
||||||
* lib/* - intermediate-stage commonjs build artifacts
|
## Solution
|
||||||
* dist/* - the bundled script, along with other resources
|
|
||||||
* deploy/* - all resources which should be uploaded to a CDN.
|
|
||||||
|
|
||||||
### Build options
|
Solution|Author(s)
|
||||||
|
--------|---------
|
||||||
|
save-email-to-sharepoint-client-side-solution | [Harsha Vardhini](https://twitter.com/harshagracy)
|
||||||
|
|
||||||
|
## Version history
|
||||||
|
|
||||||
|
Version|Date|Comments
|
||||||
|
-------|----|--------
|
||||||
|
1.0|May 12, 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
|
||||||
|
|
||||||
|
* Clone this repository
|
||||||
|
* in the command line run:
|
||||||
|
* `npm install`
|
||||||
|
* `gulp bundle --ship`
|
||||||
|
* `gulp package-solution --ship`
|
||||||
|
* Deploy the save-email-to-sharepoint.sppkg to SharePoint App Catalog
|
||||||
|
* For deployment in your tenant, Please refer this article - https://docs.microsoft.com/en-us/microsoft-365/admin/manage/manage-deployment-of-add-ins?view=o365-worldwide
|
||||||
|
|
||||||
gulp clean - TODO
|
|
||||||
gulp test - TODO
|
|
||||||
gulp serve - TODO
|
|
||||||
gulp bundle - TODO
|
|
||||||
gulp package-solution - TODO
|
|
||||||
|
|
Loading…
Reference in New Issue