Skip to content

Commit

Permalink
代码加载优化,css,dll分离
Browse files Browse the repository at this point in the history
  • Loading branch information
ccy committed Jun 21, 2018
1 parent 6323b45 commit dd8cb21
Show file tree
Hide file tree
Showing 24 changed files with 404 additions and 117,322 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>口算卡</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div id="application"></div>
<script src="/dist/build.js"></script>
<script src="js/vendor.js"></script>
</body>
</html>
Loading

0 comments on commit dd8cb21

Please sign in to comment.