setup bootstrap

This commit is contained in:
busti 2019-11-13 23:21:19 +01:00
parent f6aabc0270
commit 9306f097f2
6 changed files with 38 additions and 76 deletions

View file

@ -2,6 +2,10 @@ import Vue from 'vue';
import App from './App.vue';
import store from './store';
import 'jquery/dist/jquery.min.js';
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap/dist/js/bootstrap.min.js';
new Vue({
el: '#app',
store,