aspnet-skeleton-navigation
aspnet-skeleton-navigation copied to clipboard
A sample Visual Studio Project utilizing Aurelia and Typescript. Includes automated running of npm install, jspm install, and gulp commands.
I am just moving from Silverlight & WPF to the HTML5 / JavaScript world and trying to learn Aurelia as my first framework in this environment. The readme says "Integration...
Error 10 The command "SETLOCAL & SET PATH=C:\Program Files (x86)\nodejs;%PATH% & "C:\Users\Bryan.BC\AppData\Roaming\npm\jspm.cmd" install" exited with code 1. aspnet-skeleton-navigation The set path works. When I run the "jspm.cmd" in the command...
Some registry properties are missing from the packages.json file, causing a build error in VS. (for me at least) "jspm": { "dependencies": { "aurelia-bootstrapper": "^0.9.1", "aurelia-http-client": "^0.4.3", "bootstrap": "^3.3.1", "font-awesome":...
NodeJS is on NuGet: https://www.nuget.org/packages/Node.js/ Would you consider using the the NuGet package instead, and then you could remove the pre-requisite for the manual install of nodeJS. You could go...
I am looking into using this solution for a production app and wondered if you had any experience deploying an ASP.NET app using these tools on Azure.
This probably isn't appropriate as an "issue," but I have no other options that I can see. I can add client view models & views, but I'm not clear about...