Agregado express a la configuracion de Vue y WebPack
This commit is contained in:
parent
2639d6303a
commit
4d394338ef
0
srv/index.ts
Normal file
0
srv/index.ts
Normal file
8
vue.config.js
Normal file
8
vue.config.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
module.exports = {
|
||||||
|
pluginOptions: {
|
||||||
|
express: {
|
||||||
|
shouldServeApp: true,
|
||||||
|
serverDir: './srv'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user