Vertiq.Templates 2.2.10

There is a newer version of this package available.
See the version list below for details.
dotnet new install Vertiq.Templates::2.2.10                
This package contains a .NET Template Package you can call from the shell/command line.

Commitizen friendly Nuget CI

<img src="img/vertiq.svg" width="100px" />

Vertiq

A highly modular Framework to write Blazor Applications with a husstle free vertical sliced architecture - Easy. Flexible. Focused.

This includes various platforms Blazor can run on such as: Blazor Server Side / Blazor Wasm / Blazor MAUI / Blazor Mobile Bindings without a single change in your code!

Platform support: .net6.0 and upper.

Usage & Installation

Start by (re)installing the templates to the latest version

dotnet new --uninstall Vertiq.Templates & dotnet new --install Vertiq.Templates 

Afterwards you will be able to start a simple project by running

REM There is currently a bug in the net7.0 SDK so we use net6.0
dotnet new globaljson --sdk-version 6.0.400 --roll-forward patch --force
REM Install the b-tool
dotnet tool install -g b-tool
REM Create the project
dotnet new vertiq-blazor-server -o AcmeProject
REM change dir
cd AcmeProject
REM create a git repo
git init && git add . && git commit -m "feat: initial commit"
REM build the project
b
REM run the project
b run -s

Prerequisites

You need to have node v12, Yarn and dotnet sdk net6.0 or higher installed on your local machine.

Building

You should be able to build the project by using the build scripts:

#Windows
build.bat
#Or for short
b.bat
#Or for powershell
./build.ps1

#Linux & MacOS
. build.sh

However we recommend you use the b-tool to build the project by installing it via

dotnet tool install -g b-tool
REM To build just call b afterwards
b

Afterwards you will be able to build by simply calling b on any platform. You also can specify arguments just by passing them to the tool by a space for example: b test. This even works if you current directory is a subdirectory of the project.

The project uses bullseye to list individual targets use b -l. To run individual targets call b targetname -s

Testing

Some of the integration tests use Docker. On Windows or MacOS please install Docker Desktop. Afterwards the dockerized tests will run automatically.

Releasing

We follow the semver pattern to for versioning our packages. Please use the r-tool

dotnet tool install -g r-tool

And run r and follow the wizard to guide you to the release publishing process.

Writing docs

We use a custom tool to write the documentation. To serve up docs simply call b docs.serve and open https://localhost:5080/. All documentation is in the demo/FeatureCenter.Mud directory.

Licensing

Vertiq is available for commercial usage to a thirty-day trial period, after which a license fee must be paid to obtain a license. Please contact us via vertiq@delegate.at.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.4 129 10/18/2024
7.2.3 101 9/24/2024
7.2.2 93 9/23/2024
7.2.1 83 9/23/2024
7.2.0 94 9/19/2024
7.1.4 93 8/27/2024
7.1.3 128 8/23/2024
7.1.2 124 8/22/2024
7.1.0 124 8/22/2024
7.0.0 199 7/3/2024
6.1.4 101 6/30/2024
6.1.3 137 6/17/2024
6.1.2 107 6/17/2024
6.1.1 115 6/16/2024
6.1.0 109 6/16/2024
6.0.1 110 6/16/2024
5.7.1 3,087 11/29/2023
5.7.0 395 11/21/2023
5.6.0 337 11/15/2023
5.5.6 211 11/14/2023
5.5.5 225 11/11/2023
5.5.4 115 11/11/2023
5.5.3 152 11/11/2023
5.5.2 182 11/11/2023
5.5.1 214 11/10/2023
5.5.0 170 11/9/2023
5.4.0 154 11/9/2023
5.3.4 196 11/7/2023
5.3.3 162 11/7/2023
5.3.2 144 11/7/2023
5.3.1 254 11/6/2023
5.3.0 254 11/6/2023
5.2.2 410 10/30/2023
5.2.1 329 10/29/2023
5.2.0 462 10/23/2023
5.1.0 355 10/21/2023
5.0.0 786 10/2/2023
4.0.0 345 9/17/2023
3.0.2 357 8/21/2023
2.3.0 236 7/7/2023
2.2.15 173 7/7/2023
2.2.14 139 7/7/2023
2.2.13 157 7/6/2023
2.2.12 159 7/6/2023
2.2.11 183 7/5/2023
2.2.10 179 7/4/2023
2.2.9 199 7/4/2023
2.2.8 180 7/4/2023
2.2.6 184 7/4/2023
2.2.5 191 7/4/2023
2.2.4 203 7/3/2023
2.2.3 176 7/3/2023
2.2.2 187 7/3/2023
2.2.1 183 7/3/2023
2.1.1 203 6/26/2023
2.1.0 174 6/26/2023
2.0.1 252 5/4/2023
2.0.0 208 5/4/2023
1.2.3 405 3/6/2023
1.2.2 253 3/3/2023
1.2.1 333 2/13/2023
1.2.0 312 2/10/2023
1.1.1 392 12/29/2022
1.1.0 301 12/27/2022
1.0.0 340 12/26/2022
0.4.12 355 12/22/2022
0.4.11 327 12/21/2022
0.4.10 321 12/20/2022
0.4.9 321 12/20/2022
0.4.8 346 12/19/2022
0.4.7 317 12/17/2022
0.4.6 357 12/17/2022
0.4.5 344 12/16/2022
0.4.4 326 12/16/2022
0.4.3 328 12/16/2022
0.4.2 341 12/16/2022
0.4.1 363 12/16/2022
0.4.0 339 12/14/2022
0.3.13 345 12/14/2022
0.3.12 313 12/14/2022
0.3.7 325 12/14/2022
0.3.6 342 12/14/2022
0.3.5 319 12/13/2022
0.3.4 354 12/13/2022
0.3.3 329 12/13/2022
0.3.2 352 12/13/2022
0.3.1 337 12/13/2022
0.3.0 366 12/11/2022
0.2.1 383 12/11/2022

## <small>2.2.10 (2023-07-04)</small>
* docs: application lifetime ([67103a7](https://github.com/vertiq-io/Vertiq/commit/67103a7))
## <small>2.2.9 (2023-07-04)</small>
* release: new version 2.2.9 ([c185493](https://github.com/vertiq-io/Vertiq/commit/c185493))
* fix(Components): added missing icons ([b58053f](https://github.com/vertiq-io/Vertiq/commit/b58053f))