I just noticed the asp. Net boilerplate templates no more includes durandal. I just started to love durandal and was hoping to build something with it. Please is this permanent and why.
12 Answer(s)
-
0
Hi,
Yes, it's permanent. I suggest to do not use Durandal in your projects. Because Durandal project is not developed anymore. It's replaced by Aurelia (<a class="postlink" href="http://aurelia.io/">http://aurelia.io/</a>), and the team behind durandal moved to Aurelia. So, do not use it anymore, especially for new projects.
-
0
So will you include support for aurelia and even angular has a new version (2.0) that's almost an overhaul of the previous version.
-
0
Hi,
Yes, we will prepare an Angular 2.0 template. Angular 2.0 is not released yet actually. Even after it's released, Angular 1.x will be continued for a time. We don't think to prepare Aurelia template since have no time. It's appriciated if anyone can prepare it. Notice that; ABP is independent from any client side technology and it can be used with any framework. Templates just make it easier to start.
-
0
Just wondering if anyone has started to do a template for Aurelia, I would be interested to do it.
Best Regards, Alistair
-
0
Hi,
We are not planning to do it but we will be very happy if you are willing to do it :). And also we can help you if you need when doing it.
Thanks.
-
0
Me too, lets do this!
-
0
I had a lot of trouble getting the aurelia/asp.net core integration working e.g trying examples like this <a class="postlink" href="http://tutaurelia.net/">http://tutaurelia.net/</a> <a class="postlink" href="https://elanderson.net/2016/10/aurelia-with-an-asp-net-core-api/">https://elanderson.net/2016/10/aurelia- ... -core-api/</a> etc Then I had another look and found this! <a class="postlink" href="https://github.com/aspnet/JavaScriptServices/">https://github.com/aspnet/JavaScriptServices/</a> They have Aurelia /ASP.NET Core integration also Angular 2, React etc However this is with ASP.NET Core 1.0.1 which is for VS 2017!!!! If you are new to the change the main difference between VS2015/VS2017 is that project files are reverting back to .csproj files and project.json is gone as these dependencies will be handled by MSBuild in the project file. Anyway at least whatever asp.net boilerplate does it probably needs to use ASP.NET Core 1.0.1. ASP.NET Core is production ready as I understand it, you just use whatever version you want to use in the global.json after you have installed the new version. Anyway I am trying to create a sample app now. Best Regards, Alistair
-
0
Hi @acrigney,
Thanks a lot for your work. We already ASP.NET Core version, do you use it ?
Thanks.
-
0
Yes of course mate and your stuff is awesome, I just don't like Angular1,2,4 etc!! I had not even heard of Angular Universal but I would prefer to use Aurelia!! Here is a framework using Angular Universal <a class="postlink" href="https://github.com/MarkPieszak/aspnetcore-angular2-universal">https://github.com/MarkPieszak/aspnetco ... -universal</a>
-
0
The only hard part about integrating the dynamic web API generation with Aurelia Some people are doing CQRS calls like this <a class="postlink" href="http://blog.sapiensworks.com/post/2016/03/19/cqs-api-client-with-aurelia">http://blog.sapiensworks.com/post/2016/ ... th-aurelia</a> But the dynamic Web API is way better!
-
0
Hi Is there any guide on contributing to this project. We can start from there
-
0
Hi,
Durandal version or any other ?
Thanks.