nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron

Home Page:https://nklayman.github.io/vue-cli-plugin-electron-builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will vue's dependencies be packaged into the exe when packaging

fanchenio opened this issue · comments

I have this question, can anyone answer it for me?

Everything Vue needs is packaged.

Vue 需要的一切都被打包了。

image
Does this exe file contain vue dependencies?

@fanchenio no need to tag me.
Yes, it is a standalone exe. It doesn't need any external files to run.

So wouldn't this cause redundant dependencies? exe itself does not need vue dependencies, only app.asar really needs vue dependencies.

The exe is just a bundled version of everything else in that folder. So you can check what is packaged. It should only package all the stuff it needs, no extra stuff.