Posts by Iran Junior • 1 point
1 post
- 
		0 votes2 answers191 viewsA: problems with __dirname in Electron jsCreates a file called vue.config.js at the root of the project, and puts this inside to enable Node integration. module.exports = { pluginOptions: { electronBuilder: { nodeIntegration: true } } }…