materialdesignicons, colors, more layout

This commit is contained in:
2019-07-23 23:55:25 +02:00
parent 5985796166
commit 67515882c3
44 changed files with 30945 additions and 46 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ module.exports = {
'assets': utils.resolve('assets'),
'pages': utils.resolve('src/pages'),
'static': utils.resolve('static'),
'components': utils.resolve('src/components')
'components': utils.resolve('src/components'),
'api': utils.resolve('src/api')
}
},
+2 -1
View File
@@ -16,10 +16,11 @@ module.exports = merge(baseConfig, {
compress: true,
host: '0.0.0.0',
port: PORT,
// disableHostCheck: true,
// open: "firefox-developer-edition",
overlay: { warnings: false, errors: true },
publicPath: '/',
quiet: true
quiet: true,
},
module: {