Added Semantic ui via npm + webpack

This commit is contained in:
kolaente 2017-11-10 14:57:40 +01:00
parent 20ef5760d8
commit 47f519c8ee
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 9 additions and 8 deletions

View File

@ -75,11 +75,3 @@ module.exports = {
]
}
}
new webpack.ProvidePlugin({
// jquery
$: 'jquery',
jQuery: 'jquery',
// semantic-ui
semantic: 'semantic-ui-css',
})

View File

@ -29,6 +29,15 @@ Vue.component('grid', Grid)
// Paginate setup
Vue.use(VuePaginate)
/*
webpack.ProvidePlugin({
// jquery
$: 'jquery',
jQuery: 'jquery',
// semantic-ui
semantic: 'semantic-ui-css'
}) */
/* eslint-disable no-new */
new Vue({
el: '#app',