Installing additional template packs
Developers can install lots of additional template packs:
- Start a browser and navigate to https://www.nuget.org/packages.
- Enter
vue
in the Search for packages… textbox and note that about 210 packages are returned. - Click Filter, select a Package Type of Template, click Apply, and note the list of about 25 available templates, including one published by Microsoft.
- Click on Vue.Simple.Template and then click Project website, and note the instructions for installing and using this template, as shown in the following commands:
dotnet new --install "Vue.Simple.Template" dotnet new simplevue
- Close the browser.