Linux:$XDG_CACHE_HOME或~/.cache/electron/
苹果系统:/Library/Caches/electron/
Windows:$LOCALAPPDATA/electron/Cache 或/AppData/Local/electron/Cache/
vue create XXX
cnpm install --save electron-chromedriver
vue add electron-builder
cnpm install
npm run serve
npm run build
npm run electron:serve
npm run electron:build