<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>iguanaElectronApp</title> </head> <body> <h3>some version information:</h3> node.js <script>document.write(process.versions.node)</script>, chromium <script>document.write(process.versions.chrome)</script>, electron <script>document.write(process.versions.electron)</script>. </body> <script> //bind other code refs //require('./xxx.js') </script> </html>