mirror of https://github.com/abpframework/abp.git
14 changed files with 64 additions and 10 deletions
@ -1,6 +1,6 @@ |
|||
@page |
|||
@using Volo.ClientSimulation.Demo.Pages |
|||
@model Volo.ClientSimulation.Demo.Pages.IndexModel |
|||
@using Volo.ClientSimulation.Pages.ClientSimulation |
|||
@model Volo.ClientSimulation.Pages.ClientSimulation.IndexModel |
|||
@section styles { |
|||
<abp-style-bundle> |
|||
<abp-style src="/Pages/ClientSimulation/SimulationArea.css" /> |
|||
@ -1,7 +1,7 @@ |
|||
using System.Threading.Tasks; |
|||
using Microsoft.AspNetCore.Mvc.RazorPages; |
|||
|
|||
namespace Volo.ClientSimulation.Demo.Pages |
|||
namespace Volo.ClientSimulation.Pages.ClientSimulation |
|||
{ |
|||
public class IndexModel : PageModel |
|||
{ |
|||
@ -0,0 +1,4 @@ |
|||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap |
|||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling |
|||
@ -0,0 +1,27 @@ |
|||
{ |
|||
"iisSettings": { |
|||
"windowsAuthentication": false, |
|||
"anonymousAuthentication": true, |
|||
"iisExpress": { |
|||
"applicationUrl": "http://localhost:51023/", |
|||
"sslPort": 0 |
|||
} |
|||
}, |
|||
"profiles": { |
|||
"IIS Express": { |
|||
"commandName": "IISExpress", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNETCORE_ENVIRONMENT": "Development" |
|||
} |
|||
}, |
|||
"Volo.ClientSimulation.Web": { |
|||
"commandName": "Project", |
|||
"launchBrowser": true, |
|||
"environmentVariables": { |
|||
"ASPNETCORE_ENVIRONMENT": "Development" |
|||
}, |
|||
"applicationUrl": "http://localhost:51024/" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue