aurelia-getting-started icon indicating copy to clipboard operation
aurelia-getting-started copied to clipboard

Configs explained wanted

Open Alexander-Taran opened this issue 8 years ago • 2 comments

CLI and Skeletons come with predefined flows. Which are hard to grasp if you are not already familiar with selected technology.

What this line does? How it affects output. All the good questions developers will have.

When something does not work out of the box it is hard to start to solve the problem. Because of overwhelming amount of information one has to learn.

Good starting point - almost bare bones webpack config with typescript: https://github.com/michaelbull/aurelia-typescript-webpack-starter

A lot of good info in aurelias webpack plugin repo: https://github.com/aurelia/webpack-plugin/wiki

As well as in docs repo: https://github.com/aurelia/documentation/blob/master/docs-v2/drafts/webpack/aurelia-webpack-plugin.md

Alexander-Taran avatar Feb 24 '18 21:02 Alexander-Taran

https://github.com/jods4/aurelia-webpack-build

is a nice collection of webpack configs. would be nice to have them all commented line by line.

Alexander-Taran avatar Feb 27 '18 13:02 Alexander-Taran

Actually, might wanna fork the CLI and add all the commentary to configs produced by it as a starter

Alexander-Taran avatar Mar 03 '18 18:03 Alexander-Taran