Skip to content

Commit

Permalink
feat(websites): Add missing nuget link issue in platform website #6340 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Dec 16, 2023
1 parent fcb1d3f commit ed144eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@
<BitTypography Variant="BitTypographyVariant.H3" Gutter>Create Project</BitTypography>
<br />
<BitTypography Variant="BitTypographyVariant.Subtitle1" Gutter>
Install the necessary packages to start building with the bit project templates.
Let's make our next web project a success with Bit.Boilerplate!
</BitTypography>
<br />

<section class="section-card">
<BitTypography Variant="BitTypographyVariant.H5" Gutter>CLI</BitTypography>
<div class="section-card-txt">
1. Install the project template from the NuGet package manager with the following command:
</div>
<pre class="code-box">
dotnet new install Bit.Boilerplate</pre>
<div class="section-card-txt">
2. Create a new project using dotnet new command or Visual Studio create new project wizard:
Create a new project using dotnet new command:
</div>
<div class="section-card-txt">
<b>Note</b>: bit project templates accept the following parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<br />
dotnet workload install wasm-tools wasm-experimental
</div>
<div class="code-box">
dotnet new install Bit.Boilerplate<BitIconButton IconName="ArrowUpRight" Href="https://www.nuget.org/packages/Bit.Boilerplate/" Target="_blank" AriaLabel="accept" />
</div>
</li>
</ul>
</div>
Expand All @@ -44,7 +47,7 @@
<li>ASP.NET and web development</li>
<li>.NET Multi-Platform App UI development</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=Failwyn.WebCompiler64" title="Web Compiler 2022+" rel="nofollow">Web Compiler 2022+</a> extension</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ErikEJ.SQLServerCompactSQLiteToolboxforSSMS" title="SQL Server Compact/SQLite Toolbox for SSMS" rel="nofollow">SQL Server Compact/SQLite Toolbox for SSMS</a> extension</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ErikEJ.SQLServerCompactSQLiteToolbox" title="SQLite and SQL Server Compact Toolbox" rel="nofollow">SQLite and SQL Server Compact Toolbox</a> extension</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit ed144eb

Please sign in to comment.