Agregado express a la configuracion de Vue y WebPack

master
Fernando 2018-11-02 20:44:48 -05:00
parent 2639d6303a
commit 4d394338ef
2 changed files with 8 additions and 0 deletions

0
srv/index.ts Normal file
View File

8
vue.config.js Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
pluginOptions: {
express: {
shouldServeApp: true,
serverDir: './srv'
}
}
}