New Blazor Web Assembly Hosted and PWA

This commit is contained in:
Mike Phares 2022-01-24 13:54:35 -07:00
parent 5a90e7147e
commit 66a47413c5

View File

@ -80,6 +80,12 @@
"group": ".NET Core", "group": ".NET Core",
"name": ".net Core - Build Win-x64 - Self Contained" "name": ".net Core - Build Win-x64 - Self Contained"
}, },
{
"auto": true,
"command": "dotnet new blazorwasm --hosted --pwa",
"group": ".NET Core",
"name": ".net Core - New Blazor Web Assembly Hosted and Progressive Web Application"
},
{ {
"auto": true, "auto": true,
"command": "git branch -vv", "command": "git branch -vv",