sp-dev-fx-webparts/samples/react-restaurant-menu/README.md

78 lines
1.8 KiB
Markdown
Raw Normal View History

2020-09-06 16:31:15 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- PnPjs
- Fluent UI React Controls
platforms:
- React
createdDate: 4/9/2020 12:00:00 AM
---
2020-11-08 23:34:01 -05:00
# Restaurant Menu
2020-09-06 16:31:15 -04:00
## Summary
2020-09-08 22:36:31 -04:00
This web part shows a Restaurant Menu, the user can select the options to show in Menu.
2020-09-06 16:31:15 -04:00
![MySites](./assets/restaurantmenu.gif)
![MySites](./assets/restaurantmenu.png)
![MySites](./assets/restaurantmenu2.png)
![MySites](./assets/restaurantmenu3.png)
## Used SharePoint Framework Version
![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg)
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
react-restaurant-menu|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
2020-09-08 22:36:31 -04:00
1.0.0|September 5, 2020|Initial release
2020-09-06 16:31:15 -04:00
## 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 **Group.Read.All** and **Directory.Read.All**
2020-09-08 22:36:31 -04:00
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-restaurant-menu" />