Webpack (Angular): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
Zeile 15: | Zeile 15: | ||
=== Links === | === Links === | ||
[https://dzone.com/articles/how-to-pack-angular-8-applications-on-regular-war https://dzone.com/articles/how-to-pack-angular-8-applications-on-regular-war] | |||
[https://webpack.js.org/guides/production/ https://webpack.js.org/guides/production/] | [https://webpack.js.org/guides/production/ https://webpack.js.org/guides/production/] |
Aktuelle Version vom 30. April 2020, 16:10 Uhr
Noch in Bearbeitung
Packages installieren
npm install --save-dev webpack-cli npm install --save-dev webpack-merge npm install --save-dev clean-webpack-plugin npm install --save-dev html-webpack-plugin npm install --save-dev webpack-zip-plugin npm install --save-dev moment npm install --save-dev create-file-webpack
Links
https://dzone.com/articles/how-to-pack-angular-8-applications-on-regular-war
https://webpack.js.org/guides/production/
https://webpack.js.org/guides/getting-started/
Zurück zu Deployment Angular