UNPKG
@mmh-software/webview
Version:
latest (2.0.3)
2.0.3
2.0.2
1.0.1
1.0.0
WebApp
github.com/mmh-software/speedy-webapp
mmh-software/speedy-webapp
@mmh-software/webview
/
client
/
vue.config.js
9 lines
(8 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
config
=
require
(
'../config'
);
module
.exports = { devServer: { https:
true
, port:
config
.app.port_frontendServer, proxy:
config
.
path
.Url, }, }