comparison vue.config.js @ 3:1597506a2241 vue-cli

merge with vue-cli
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 13 Jun 2018 10:57:57 +0200
parents
children e0b5dd98665e
comparison
equal deleted inserted replaced
2:9c6f68a8e8b2 3:1597506a2241
1 module.exports = {
2 outputDir: "web",
3 devServer: {
4 proxy: {
5 "/api/*": {
6 target: "http://localhost:8000",
7 secure: false
8 }
9 }
10 }
11 };