1 Star 0 Fork 1

nofeng囝 / electron_with_express

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
nofeng囝 提交于 2017-05-13 18:32 . init
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node.js <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
</body>
<script>
// You can also require other files to run in this process
require('./renderer.js')
</script>
</html>
JavaScript
1
https://gitee.com/gznofeng/electron_with_express.git
git@gitee.com:gznofeng/electron_with_express.git
gznofeng
electron_with_express
electron_with_express
master

搜索帮助