Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 682 Bytes

ASP.Net MVC (Core 3.0)— No SPA with Webpack 4, jQuery, Bootstrap, Babel

This is a sample ASP.Net MVC Core 3.0 project/template with Webpack 4, jQuery, Bootstrap, font-awesome and Babel.

This is not a SPA but rather suggests an approach to utilizing webpack and babel for none SPA projects.

js assets are all contained in a /ClientApp folder for processing. Each route determines which webpack chunk will be dynamically imported.

Importing modules (momentjs) into page/view specific js assets is demonstrated.

More details can be found here:

https://medium.com/@rich.wifidelity/asp-net-mvc-core-2-2-no-spa-with-webpack-4-jquery-bootstrap-babel-7-1f6584665566