Razor-Components-Template
1.1.5
See the version list below for details.
dotnet add package Razor-Components-Template --version 1.1.5
NuGet\Install-Package Razor-Components-Template -Version 1.1.5
<PackageReference Include="Razor-Components-Template" Version="1.1.5" />
paket add Razor-Components-Template --version 1.1.5
#r "nuget: Razor-Components-Template, 1.1.5"
// Install Razor-Components-Template as a Cake Addin #addin nuget:?package=Razor-Components-Template&version=1.1.5 // Install Razor-Components-Template as a Cake Tool #tool nuget:?package=Razor-Components-Template&version=1.1.5
Razor-Component-Template
Its a Razor components United Template with all the ASP.NET Core templates using bootsrap 4 and components architecture
What is .NET Core global tools
A .NET Core global tool is a special NuGet package that contains a console application. When installing a tool, .NET Core CLI will download and make your console tool available as a new command.
How to install it
The steps are very easy you only have to
Check if .NET Core sdk version 3.0 preview 3 is installed on your system, you can download it from Here then check if the instalation has gone correctly by typing
user$ dotnet --version user$ 3.0.100-preview3-010431
A single command allows you to download and install the tool
user$ dotnet tool install --global Razor-Components-Template
Add the tool to the enironement variable
Windows:
setx PATH "$env:PATH;$env:USERPROFILE/.dotnet/tools"
Linux/macOS:
echo "export PATH=\"\$PATH:\$HOME/.dotnet/tools\"" >> ~/.bash_profile
Finaly run
user$ dotnet new razorcomp
Support me by making a <img style="margin-bottom: -20px;" src="https://user-images.githubusercontent.com/24621701/44811262-193e6e00-abcc-11e8-8e61-e52d8c78d5c9.png" /> for the repo and thank you 😄 , If you want to contribute to the project and make it better, your help is very welcome.
Screenshot
License
This project is under MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- Microsoft.AspNetCore.Components.Server (>= 3.0.0-preview3-19153-02)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.0.0-preview3-19153-02)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.