MXTires.Microdata
1.0.4.5
dotnet add package MXTires.Microdata --version 1.0.4.5
NuGet\Install-Package MXTires.Microdata -Version 1.0.4.5
<PackageReference Include="MXTires.Microdata" Version="1.0.4.5" />
paket add MXTires.Microdata --version 1.0.4.5
#r "nuget: MXTires.Microdata, 1.0.4.5"
// Install MXTires.Microdata as a Cake Addin #addin nuget:?package=MXTires.Microdata&version=1.0.4.5 // Install MXTires.Microdata as a Cake Tool #tool nuget:?package=MXTires.Microdata&version=1.0.4.5
1010TIRES Store
Get sourece code from https://github.com/321baktrak/1010TIRES.
Initial Setup
Before you start make sure your development environment includes Node.js® and an npm package manager.
Angular requires a current, active LTS, or maintenance LTS version of Node.js. See the engines key for the specific version requirements in our package.json. To check your version, run node -v in a terminal/console window. To get Node.js, go to nodejs.org. See: https://angular.io/guide/setup-local
Running guide
It's easier to run application with angular-cli.
You can use cli from dev dependencies, but you can also install it globally on your system with npm install -g @angular/cli
command.
ng serve
command is used to start dev server on 4200th port.
Development Guide
To simplify developing user screens, try to use ng-cli to generate modules, components, etc.
Here's little cli cheatsheet with most used commands and main options.
Generating Modules
ng generate module {PATH}/{NAME} {OPTIONS}
Options:
{NAME}
module name without "module" suffix.{PATH}
module path relative toapp
dir (for inner modules).--routing=true
automatically create routing module with base code and import it.--spec=false
Generating Components
ng generate component {PATH}/{NAME} {OPTIONS}
Options:
{NAME}
component name without "component" suffix.{PATH}
component path relative toapp
dir.--flat=true
-- don't create component folder.--selector=cmp-name
component selector.--prefix=mdl
component selector prefix.--inline-template
do not generate external html file.--inline-style
do not generate external css file.--module=module-name
module name (can be omitted in case of setting{PATH}
).
store-checkout example
Step-by-step guide
"Screen" is a component (optionally containing other components) representing app page.
"Section" is a module containing components representing similar "screens".
To create store-checkout
section, you have to create:
- Create new module.
- Create base component.
- Add screen components.
- Set up routing.
Commands example
Use
-d
for dryRun
ng generate module store-checkout --routing=true --spec=false
ng generate component store-checkout/store-checkout --spec=false --flat=true --selector=store-checkout --inline-style=true
ng generate component store-checkout/store-checkout-editor --spec=false --selector=store-checkout-editor
- Set up routing:
- Use
forChild
instead offorRoot
- Use
children
property
To Run the application under the IIS
Use npm run bl
command
It will put an aplication into dist
folder
Configure IIS to use dist
if it has not been done before
Make sure you have URL Rewrite module installed for IIS
Producttion build
npm run prod or ng build --output-path=dist/ --baseHref /shop/ --configuration=production
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net5.0
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
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 |
---|---|---|
1.0.4.5 | 4,101 | 5/28/2023 |
1.0.4.4 | 478 | 3/17/2023 |
1.0.4.3 | 687 | 2/8/2023 |
1.0.4.2 | 785 | 12/12/2022 |
1.0.4.1 | 3,065 | 12/28/2021 |
1.0.4 | 14,585 | 11/18/2020 |
1.0.3.9 | 42,146 | 11/12/2020 |
1.0.3.8 | 9,424 | 6/9/2020 |
1.0.3.7 | 578 | 6/3/2020 |
1.0.3.4 | 975 | 1/31/2020 |
1.0.3.3 | 35,033 | 10/15/2018 |
1.0.3.2 | 40,404 | 3/17/2017 |
1.0.3 | 7,304 | 1/4/2017 |
1.0.2.9 | 9,243 | 8/24/2016 |
1.0.2.8 | 2,967 | 5/31/2016 |
1.0.2.7 | 1,084 | 5/23/2016 |
1.0.2.6 | 1,448 | 5/20/2016 |
1.0.2.5 | 1,528 | 3/4/2016 |
1.0.2.4 | 1,498 | 2/11/2016 |
1.0.2.3 | 1,476 | 2/7/2016 |
1.0.2.2 | 1,414 | 1/21/2016 |
1.0.2.1 | 1,422 | 12/8/2015 |
1.0.2 | 1,222 | 9/9/2015 |
1.0.1.2 | 1,151 | 6/18/2015 |
1.0.1.1 | 1,086 | 5/26/2015 |
1.0.1 | 1,085 | 5/14/2015 |
1.0.0.11 | 1,367 | 4/28/2015 |
1.0.0.10 | 1,405 | 4/16/2015 |
1.0.0.9 | 1,119 | 4/7/2015 |
1.0.0.8 | 1,108 | 3/27/2015 |
1.0.0.7 | 1,088 | 3/25/2015 |
1.0.0.6 | 1,110 | 3/23/2015 |
1.0.0.5 | 1,079 | 3/20/2015 |
1.0.0.4 | 1,366 | 3/16/2015 |
1.0.0.3 | 1,270 | 3/13/2015 |
1.0.0.2 | 1,257 | 3/13/2015 |
1.0.0.1 | 1,270 | 3/5/2015 |
1.0.0 | 1,139 | 3/5/2015 |
Updated https://schema.org/GovernmentService properties. Updated VideoGame properties.