-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tpl
24 lines (23 loc) · 1002 Bytes
/
index.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<title>demo</title>
</head>
<body>
<script>
if (!window.Promise) {
document.write('<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/es6-promise.min.js"><\/script><script>ES6Promise.polyfill()<\/script>')
}
</script>
<div id="app"></div><% if (process.env.NODE_ENV === 'production') { %>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/vue.runtime.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/vue-router.min.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/vuex.js"></script>
<script src="https://cdn.bootcss.com/element-ui/2.4.1/index.js"></script>
<% } %>
</body>
</html>