Razor-Components-Template 1.1.5

There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Razor-Components-Template" Version="1.1.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Razor-Components-Template --version 1.1.5                
#r "nuget: Razor-Components-Template, 1.1.5"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

image

image

image

License

This project is under MIT License

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.