Skip to content

Commit d416636

Browse files
committed
Installed Vue, SASS
1 parent ad8d7ed commit d416636

File tree

9 files changed

+2073
-14
lines changed

9 files changed

+2073
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ typings/
5959

6060
# next.js build output
6161
.next
62+
.DS_Store

demo/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>Demo File Selector</title>
8+
</head>
9+
<body>
10+
<div id="app"></div>
11+
<script src="../dist/index.js"></script>
12+
</body>
13+
</html>

dist/index.js

Lines changed: 359 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)