7 Star 10 Fork 4

guanzhenxing / react-webpack-scaffold

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanzhenxing 提交于 2016-01-22 21:10 . 基本的框架
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="cache-control" content="max-age=0"/>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<title>DEMO</title>
</head>
<body>
<div id="root"/>
<script src="static/vendors.bundle.js"></script>
<script src="static/bundle.js"></script>
</body>
</html>
NodeJS
1
https://gitee.com/guanzhenxing/react-webpack-scaffold.git
git@gitee.com:guanzhenxing/react-webpack-scaffold.git
guanzhenxing
react-webpack-scaffold
react-webpack-scaffold
master

搜索帮助