Skip to content

Commit

Permalink
Merge pull request #13 from yokots/master
Browse files Browse the repository at this point in the history
fix ignore index.html error
  • Loading branch information
TIGERB authored Jun 15, 2017
2 parents 784a203 + b8fdac7 commit 67e2bae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
bower_components
dist
npm-debug.log
index.html
# index.html
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>easy-vue</title>
</head>
<body>
<div id='app'></div>
</body>
</html>

0 comments on commit 67e2bae

Please sign in to comment.