initial commit

This commit is contained in:
HeiaSamahi
2018-12-12 11:46:29 +01:00
commit eb12f3cb41
43 changed files with 25172 additions and 0 deletions

12
frontend/vue.config.js Normal file
View File

@ -0,0 +1,12 @@
module.exports = {
configureWebpack: {
devtool: 'source-map'
},
pluginOptions: {
'style-resources-loader': {
preProcessor: 'stylus',
patterns: []
}
}
}