TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

More info on main.js and vendor.js #68

Closed kvigor closed 6 years ago

kvigor commented 6 years ago

@MarkPieszak I just wanted to know the significance of the main.js and vendor.js files. These are huge files and I'm not quite sure what they are doing yet, adding an explanation to the wiki or readme would be awesome.

MarkPieszak commented 6 years ago

Hey @kvigor Are you in development mode? The files will be huge then, mainly because of all the sourcemaps and no minifications/uglify'ing happening.

Try building production bundles and you'll see they're much lower!