4 Star 0 Fork 0

cszhang/vue-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
cszhang 提交于 2021-11-18 08:13 . webpack配置进行修改
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no,email=no,date=no,address=no"/>
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
<meta http-equiv="pragram" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="expires" content="0" />
<% if (process.env.NODE_ENV === 'production') { %>
<link rel="shortcut icon" href="./static/favicon.ico" />
<title>控制台 - B端</title>
<% }else { %>
<link rel="shortcut icon" href="/static/favicon.ico" />
<title>vue2.x | vue-cli构建</title>
<% } %>
</head>
<body>
<div id="app"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhangcscc/vue.git
git@gitee.com:zhangcscc/vue.git
zhangcscc
vue
vue-app
dev

搜索帮助