Skip to content

Instantly share code, notes, and snippets.

@kenny-io
Created April 23, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenny-io/873ce0f9660aa90130e3190560ec4869 to your computer and use it in GitHub Desktop.
Save kenny-io/873ce0f9660aa90130e3190560ec4869 to your computer and use it in GitHub Desktop.
<!-- public/index.html-->
<!-- Add Bootstrap and Bootstrap-Vue CSS to the <head> section -->
<link type="text/css" rel="stylesheet" href="https://unpkg.com/bootstrap/dist/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" href="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css"/>
<!-- Add Vue and BootstrapVue scripts just before the closing </body> tag -->
<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment