rename ui/Domo to prog/dashboard

This commit is contained in:
jbnadal
2017-06-08 12:29:03 +02:00
parent d78ffaa025
commit acd61f82ba
40 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// see http://vuejs-templates.github.io/webpack for documentation.
var path = require('path')
module.exports = {
build: {
index: path.resolve(__dirname, 'dist/index.html'),
assetsRoot: path.resolve(__dirname, 'dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
productionSourceMap: true
},
dev: {
port: 8080,
proxyTable: {}
}
}