SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit dbe0cd35 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add vue and bootstrap-vue to webpack

parent b0b9fb3b
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
"dependencies": {
"autoprefixer": "^9.7.2",
"bootstrap-loader": "^3.0.4",
"bootstrap-vue": "^2.1.0",
"expose-loader": "^0.7.5",
"fibers": "^4.0.2",
"mem": "^6.0.0",
......@@ -62,6 +63,7 @@
"qrcode": "^1.4.4",
"sass": "^1.23.7",
"schema-utils": "^2.5.0",
"sugarss": "^2.0.0"
"sugarss": "^2.0.0",
"vue": "^2.6.10"
}
}
import Vue from 'vue'
import BootstrapVue from 'bootstrap-vue'
Vue.use(BootstrapVue)
// import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
......@@ -11,9 +11,9 @@ module.exports = {
main: [
"tether",
"bootstrap-loader",
"./scipost/static/scipost/assets/js/main.js",
"./scipost/static/scipost/assets/js/dynamic_loading.js",
"./scipost/static/scipost/assets/js/scripts.js",
"./scipost/static/scipost/assets/js/vue.js",
],
homepage: [
"./scipost/static/scipost/assets/js/fader.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment