04.Electron使用jQuery.md

安装jQuery

$ npm install jquery

index.html

<script>
  const $ = require("jquery");
  window.jQuery = $;
</script>