I tried to import through a recording file ( main.js ) ...
import Vue from 'vue'
import App from '@/App'
import router from '@/router/router'
import store from '@/store/store'
import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
import { Popover } from 'bootstrap-vue/es/directives'
import 'https://mycompany/main.min.css'
Vue.use(BootstrapVue)
Vue.use(Popover)
Vue.config.productionTip = false
new Vue({
el: '#app',
store,
router,
template: '<App/>',
components: { App }
})
I tried to find a place in webpack.base.config (externals or publicPath) through numerous posts on the Internet, but no one answered my question to make it work ...
css, CDN, (, , ) Bootstrap, Bootstrap - ? Vue/Webpack.. , Gulp? , cdn , dist. , .
, , , - - .. npm - /.