MVC Template
Setup
Open a terminal where the new project should be set up.
Execute the commands below:
Once your application runs, you can access the administration interface by requesting /ucommerce.
Template options
Attribute
Example Value
Description
Required
--name
"TestProject"
A name to be used for the scaffolded project.
--elastic-password
"mypassword"
Replace a default password for the Elasticsearch instance.
--sql-edge-password
"mypassword"
Replace a default password for the SQL Edge instance.
--stripe
true
Add Stripe payment provider integration.
-h
-
Get a list of all available options. This won't execute the command.
For a full list, you can execute:
dotnet new uc-mvc -h
Last updated