Chris Claxton

Results 14 comments of Chris Claxton
trafficstars

Indeed, however if it is to be left as it is, there needs to be something in the docs that says something along the lines of "When including images that...

What i am saying above is basically what is described in the Vue.js webpack docs: http://vuejs-templates.github.io/webpack/static.html Regarding assets referenced i the source: > Since these assets may be inlined/copied/renamed during...

The Vue CLI generated webpack config is much more comprehensive than the one generated by Aurelia CLI. The Vue webpack docs start off with a full description of the project...

I am using the section in the standard CLI generated config which uses url-loader for processing images. I have been a fan of Aurelia ever since it came out and...

It would make sense to use source files from the skeleton repo in the `dotnet new` generated template. @EisenbergEffect do you know any details of how the skeleton source will...

@JeroenVinke Thanks for the info, i see that work has already been done in your CLI feature to enable the generation of a dotnet project. > All those project folders...

That should work as there doesn't need to be anything special about the Aurelia project when using the new dotnet SpaProxy method. A standard Aurelia CLI generated webpack project with...

@EisenbergEffect Just putting something together, is there a way to use the `au new` command non-interactively? The help only shows a single option "--here". I wanted to have dotnet create...

It would be great if the CLI could be ran fully automated with an option to specify "Default TypeScript" as the type of project to create. In theory the user...

I also notice that the dotnet angular template is built to use NPM because it forms part of the publishing command which performs `npm install` before the angular build. The...