1 Star 0 Fork 0

凡夫俗子 / webpack通用配置

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
凡夫俗子 提交于 2018-04-18 18:19 . t
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Cache-Control" content="max-age=60"/>
<meta http-equiv="Expires" content="20 Jul 2025 23:00:00 GMT"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="email=no"/>
<title>myTitle</title>
</head>
<style>
#main{
width: 1400px;
height: 800px;
}
</style>
<body>
<div id="main"></div>
</body>
</html>
JavaScript
1
https://gitee.com/cjh_1992/webpack_general_configuration.git
git@gitee.com:cjh_1992/webpack_general_configuration.git
cjh_1992
webpack_general_configuration
webpack通用配置
master

搜索帮助