You are not the only one to run into these issues. I will post some information for you.
To solve your immediate issues, look at this post
I agree with everything you said, in fact, I have said the same thing in past posts. This is why I created my own templates.
The dotnet template has ‘Home/Index’ view that contains the <div aurelia-app="main">. This also has a scripts section that looks like this (aurelia-cli v1.0.0-beta.13):
@{
ViewData["Title"] = "Home Page";
}
<div aurelia-app="main">Loading...</div>
@section scripts {
<environment names="Production">
<script type="text/javascript" asp-src-include="~/dist/common.*.…
If you use Visual Studio 2017 you may wish to look at this post :
Updated 30/03/19 : Click image to watch video.
Update includes:
A new Visual Studio Aurelia template with no CLI dependency
Very lightweight and fast
A few miscellaneous bug fixes
Check the video to see how quickly a basic project can be set up and published. I find using it a breeze and it seems to have great performance.
[IMAGE ALT TEXT HERE]
You can test the extension by on using Visual Studio 2017 and 2019 by getting it from here:
Download Extension now
It is not intended for live us…
These .NET templates have had issues for a while and I have been looking into this for the past few days. I will update the last thread very soon with some more information.
1 Like