Skip to content

Commit 4918709

Browse files
author
Pooya Parsa
committed
work on examples
1 parent fd8eb39 commit 4918709

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

examples/alerts/demo.details

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/*
2+
---
13
name: Alerts demo - BootstrapVue
24
description: Please see BootstrapVue docs for more information https://bootstrap-vue.github.io
35
authors:
@@ -8,3 +10,5 @@
810
- https://unpkg.com/vue@latest/dist/vue.min.js
911
- https://unpkg.com/tether@latest/dist/js/tether.min.js
1012
- https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js
13+
...
14+
*/

examples/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6+
<title>Bootstrap Vue - Examples</title>
7+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/bootstrap@next/dist/css/bootstrap.min.css">
8+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css">
9+
<link rel="stylesheet" type="text/css" href="alerts/demo.css">
10+
</head>
11+
<body>
12+
13+
<!-- TODO -->
14+
15+
<script type="text/javascript" src="https://unpkg.com/vue@latest/dist/vue.min.js"></script>
16+
<script type="text/javascript" src="https://unpkg.com/tether@latest/dist/js/tether.min.js"></script>
17+
<script type="text/javascript" src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
18+
</body>
19+
20+
21+
22+

0 commit comments

Comments
 (0)