UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

8 lines (5 loc) 199 B
const {shell} = require('electron') const exLinksBtn = document.getElementById('open-ex-links') exLinksBtn.addEventListener('click', (event) => { shell.openExternal('http://electron.atom.io') })