File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ Vue.use(BootstrapVue);
63
63
64
64
### CDN (Browser)
65
65
66
- Package size about 86kb ( <strong >~ 16kb gzipped</strong >)
66
+ Package size is about 86kb <strong >( 16kb gzipped) </strong >
67
67
68
68
``` html
69
69
<!-- Add this to <head> -->
70
70
<link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap@next/dist/css/bootstrap.min.css" />
71
- <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue/dist/bootstrap-vue.css" />
71
+ <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.css" />
72
72
73
73
<!-- Add this after vue.js -->
74
- <script src =" //unpkg.com/bootstrap-vue/tether/dist/js/tether.min.js" ></script >
75
- <script src =" //unpkg.com/bootstrap-vue/dist/bootstrap-vue.js" ></script >
74
+ <script src =" //unpkg.com/bootstrap-vue@latest /tether/dist/js/tether.min.js" ></script >
75
+ <script src =" //unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.js" ></script >
76
76
```
77
77
78
78
** NUXT.JS**
Original file line number Diff line number Diff line change 62
62
<div v-code class =" html" >
63
63
< ; !-- Add this to < ; head> ; --> ;
64
64
< ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/bootstrap@next/dist/css/bootstrap.min.css" ; /> ;
65
- < ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/bootstrap-vue/dist/bootstrap-vue.css" ; /> ;
65
+ < ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.css" ; /> ;
66
66
67
67
< ; !-- Add this after vue.js --> ;
68
- < ; script src=" ; //unpkg.com/tether/dist/js/tether.min.js" ;> ;< ; /script> ;
69
- < ; script src=" ; //unpkg.com/bootstrap-vue/dist/bootstrap-vue.js" ;> ;< ; /script> ;
68
+ < ; script src=" ; //unpkg.com/tether@latest /dist/js/tether.min.js" ;> ;< ; /script> ;
69
+ < ; script src=" ; //unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.js" ;> ;< ; /script> ;
70
70
</div >
71
71
72
72
</template >
Original file line number Diff line number Diff line change 11
11
</p >
12
12
13
13
<p class =" lead" >
14
- <router-link to =" /docs" class =" btn mr-1 mb-1" >Documentation</router-link >
15
-
16
- <router-link to =" /play" class =" btn" >Playground</router-link >
14
+ <router-link to =" /docs" class =" btn mr-1 mb-1" >Getting started</router-link >
17
15
</p >
18
16
19
17
<p class =" version" >
63
61
<p >Simply include js inside your HTML templates</p >
64
62
<div v-code class =" html" >
65
63
< ; !-- Add this after vue.js --> ;
66
- < ; script src=" ; //unpkg.com/bootstrap-vue/dist/bootstrap-vue.js" ;> ;< ; /script> ;
64
+ < ; script src=" ; //unpkg.com/bootstrap-vue@latest /dist/bootstrap-vue.js" ;> ;< ; /script> ;
67
65
</div >
68
66
<div class =" text-center" >
69
67
<br >
You can’t perform that action at this time.
0 commit comments