Vue Beginner Guide Ep.13 - Webpack

preview_player
Показать описание
In this episode we start learning how to use webpack.

Рекомендации по теме
Комментарии
Автор

I really like this tutorial playlist. I was used to use jQuery and stuff like that. So npm, webpack and Vue is really a great addition for me.
Besides that I also want to learn node.js (maybe with express). Do you plan to make a tutorial about it? I know you're using ASP.NET Core usually, but node.js would be a good extra to vue.js :)

Patrick-iluy
Автор

I understand that we need to encapsulate everything but does it really solves our problem with packages size? We still transmit same amount of KB but in a different file..

TheMichaelRUS
Автор

After adding chunkFilename: "js/[name].js" in output, Iwebpack still pack vendor.js in vendor folder. I cannot find the reason

super_po
Автор

running into errors when install webpack. npm ERR! code EPERM

ilovepandaypoe