1 Star 0 Fork 1.6K

woshisunzewei / Avue

forked from smallwei / Avue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2018-07-04 16:47 . 1.4.7
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/element-ui/2.4.0/theme-chalk/index.css">
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/animate/3.5.2/animate.css">
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/iconfont/1.0.0/index.css">
<title>Avue 通用管理 系统快速开发框架</title>
</head>
<body>
<!--vue-ssr-outlet-->
<div id="app"></div>
<script src="<%= htmlWebpackPlugin.options.path %>/util/aes.js" charset="utf-8"></script>
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vue/2.5.2/vue.min.js" charset="utf-8"></script>
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vuex/2.4.1/vuex.min.js" charset="utf-8"></script>
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vue-router/3.0.1/vue-router.js" charset="utf-8"></script>
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/element-ui/2.4.0/index.js" charset="utf-8"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105756702-2"></script>
<!-- · -->
</body>
</html>
JavaScript
1
https://gitee.com/sunzewei/avue.git
git@gitee.com:sunzewei/avue.git
sunzewei
avue
Avue
master

搜索帮助