javascript - Using jQuery in main process of Electron App -


i've tried using:

let $ = require('jquery');

after doing:

npm install jquery

what use jquery within main process of electron desktop application. possible? i've been researching on google , tutorials , code has been renderers.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -