Skip to content

Commit

Permalink
Merge pull request #520 from andrewconnell/fy2019q1-qarefresh-officea…
Browse files Browse the repository at this point in the history
…ddin-01

FY2019 Q4 Scheduled quarterly refresh - Office Addins Module #1
  • Loading branch information
davidchesnut committed Sep 22, 2018
2 parents 1a43ed9 + d9d168f commit 0a73a64
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -4,13 +4,13 @@ This folder contains demos for the Building Office Add-ins for Word module.

## Demos

- [Text and Formatting](./Demos/01%20Text%20and%20Formatting)
- [Images, HTML and Tables](./Demos/02%20Images%20HTML%20and%20Tables)
- [Content Controls](./Demos/03%20Content%20Controls)
- [Text and Formatting](./01%20Text%20and%20Formatting)
- [Images, HTML and Tables](./02%20Images%20HTML%20and%20Tables)
- [Content Controls](./03%20Content%20Controls)

## Running demonstrations

Each demonstration includes a finished solution in its respective folder. If you want to run a finished project, clone the respository, run **npm install** (from the solution folder directory), then **npm run start** and follow one of these methods to sideload and test the Office Add-in.
Each demonstration includes a finished solution in its respective folder. If you want to run a finished project, clone the repository, run **npm install** (from the solution folder directory), then **npm run start** and follow one of these methods to sideload and test the Office Add-in.

* Windows: [Sideload Office Add-ins on Windows](https://docs.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins)
* Word Online: [Sideload Office Add-ins in Office Online](https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing#sideload-an-office-add-in-on-office-online)
Expand Down
9 changes: 5 additions & 4 deletions OfficeAddin/01 Building Add-ins for Microsoft Word/README.md
Expand Up @@ -26,10 +26,11 @@ This module has been recorded and is available in the Office Development YouTube

## Version history

| Version | Date | Comments |
| ------- | ------------- | ---------------- |
| 1.1 | June 28, 2018 | Added screencast |
| 1.0 | June 8, 2018 | Initial release |
| Version | Date | Comments |
| ------- | ------------- | ----------------- |
| 1.2 | Sept 14, 2018 | Quarterly refresh |
| 1.1 | June 28, 2018 | Added screencast |
| 1.0 | June 8, 2018 | Initial release |

## Disclaimer

Expand Down

0 comments on commit 0a73a64

Please sign in to comment.