Demo project for SE575 to show aspects of modern web design via the Vue framework
yarn install
yarn serve
yarn build
yarn lint
yarn add bootstrap-vue bootstrap axios vue-axios
In main.ts
import {BootstrapVue, IconsPlugin} from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
Vue.use(VueAxios, axios)
Vue.use(BootstrapVue)
Vue.use(IconsPlugin)