1 Star 0 Fork 0

xu81.com / vrun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
xu81.com 提交于 2018-11-14 17:27 . simple
<!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>.
<script>
// You can also require other files to run in this process
require('./renderer.js')
</script>
</body>
</html>
JavaScript
1
https://gitee.com/viperasi/vrun.git
git@gitee.com:viperasi/vrun.git
viperasi
vrun
vrun
master

搜索帮助