Skip to content

Commit 478e0cd

Browse files
author
Vladimir Kalmykov
authored
Merge pull request #3 from morulus/examples
Examples
2 parents 9db891d + 68866a1 commit 478e0cd

File tree

31 files changed

+24290
-129
lines changed

31 files changed

+24290
-129
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.eslintrc.json
22
.eslintignore
33
.gitignore
4-
test.js
4+
jest.js
55
__tests__
6-
__mock__
6+
__mocks__
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Customize modules</title>
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script type="text/javascript" src="public/static/js/bundle.js"></script></body>
12+
</html>

0 commit comments

Comments
 (0)