Skip to content

Commit d87aff2

Browse files
committed
Setup bootstrap
1 parent 6506566 commit d87aff2

11 files changed

+312
-0
lines changed

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" type="text/css" href="vendor/font-awesome.min.css">
8+
<link rel="stylesheet" type="text/css" href="vendor/css/bootstrap.min.css">
89
<link rel="stylesheet" type="text/css" href="./app.css">
910
</head>
1011
<body>
@@ -27,6 +28,8 @@
2728
</div>
2829
</div>
2930
</navbar>
31+
<script>window.$ = window.jQuery = require('jquery');</script>
32+
<script src="vendor/js/bootstrap.min.js"></script>
3033
<script src="renderer.js"></script>
3134
</body>
3235
</html>

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"mac": {
2525
"category": "public.app-category.productivity"
2626
}
27+
},
28+
"dependencies": {
29+
"jquery": "^3.2.1"
2730
}
2831
}

vendor/css/bootstrap.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/css/bootstrap.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
19.7 KB
Binary file not shown.

vendor/fonts/glyphicons-halflings-regular.svg

+288
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

vendor/js/bootstrap.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,10 @@ jodid25519@^1.0.0:
781781
dependencies:
782782
jsbn "~0.1.0"
783783

784+
jquery:
785+
version "3.2.1"
786+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
787+
784788
js-yaml@^3.7.0:
785789
version "3.7.0"
786790
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"

0 commit comments

Comments
 (0)