From 4d394338eff40178f4d0f23b10fcb5dcd82c71f1 Mon Sep 17 00:00:00 2001 From: Fernando Date: Fri, 2 Nov 2018 20:44:48 -0500 Subject: [PATCH] Agregado express a la configuracion de Vue y WebPack --- srv/index.ts | 0 vue.config.js | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 srv/index.ts create mode 100644 vue.config.js diff --git a/srv/index.ts b/srv/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..3d33262 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,8 @@ +module.exports = { + pluginOptions: { + express: { + shouldServeApp: true, + serverDir: './srv' + } + } +}