Updated devcontainer, sample.json and readme
This commit is contained in:
parent
1aa45c9e38
commit
0c91994e27
|
@ -1,7 +1,7 @@
|
|||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||
{
|
||||
"name": "SPFx 1.13.1",
|
||||
"image": "docker.io/m365pnp/spfx:1.13.1",
|
||||
"name": "SPFx 1.14.0",
|
||||
"image": "docker.io/m365pnp/spfx:1.14.0",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
|
|
|
@ -29,7 +29,7 @@ This web part uses *Microsoft Graph* API and *Microsoft Flow Service* API. You n
|
|||
## Minimal Path to Awesome
|
||||
|
||||
- Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-button) then unzip it)
|
||||
- Ensure that you are at the solution folder
|
||||
- From your command line, change your current directory to the directory containing this sample (`react-flow-button`, located under `samples`)
|
||||
- in the command-line run:
|
||||
- `npm install`
|
||||
- `gulp serve`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"This web part demonstrates displaying the list of flow button of Power Automate."
|
||||
],
|
||||
"creationDateTime": "2022-02-09",
|
||||
"updateDateTime": "2022-02-09",
|
||||
"updateDateTime": "2022-03-28",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.13.1"
|
||||
"value": "1.14.0"
|
||||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
|
|
Loading…
Reference in New Issue