Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Dec 5, 2016
1 parent c011849 commit 9c2a906
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist
node_modules
yarn.lock
1 change: 1 addition & 0 deletions dist/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.css

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ant Design Admin</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>

<div id="root"></div>

<script src="common.js"></script>
<script src="index.js"></script>

</body>
</html>
75 changes: 75 additions & 0 deletions dist/index.js

Large diffs are not rendered by default.

0 comments on commit 9c2a906

Please sign in to comment.