aurelia-contrib / aurelia-getting-started

Basically a queue of topics and examples to cover
MIT License
20 stars 5 forks source link

Configs explained wanted #1

Open Alexander-Taran opened 6 years ago

Alexander-Taran commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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