Skip to content

Commit 84b2472

Browse files
update and build example
1 parent 74a6c83 commit 84b2472

File tree

10 files changed

+9678
-78
lines changed

10 files changed

+9678
-78
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DS_Store
22
node_modules/
3-
dist
3+
/dist/
44
tmp/
55
npm-debug.log

examples/dist/simple/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="description" content="">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<title>scrollmonitor-rollup</title>
9+
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"/>
10+
<script src="https://unpkg.com/lodash" type="text/javascript" charset="utf-8"></script>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.6.0/themes/prism-okaidia.css" />
12+
<script src="https://unpkg.com/prismjs"></script>
13+
<script src="https://unpkg.com/vue-prism-component/dist/vue-prism-component.js"></script>
14+
</head>
15+
<body>
16+
<div id="app"></div>
17+
<script src="./index.js"></script>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)