cxyx ssr cli
发布 ssr 插件
配置文件
{
"port": 8080,
"needStaticService": true,
"uploadBaseUrl": "https://s3-gz01.didistatic.com/",
"ssrNeedFiles": ['index.html'],
"bucket": "",
"baseDir": "./dist",
"serverDir": "./server",
"commonDir": "./common",
"templateName": "index.html",
"errorHtml": "error.html",
"configFilePath": "./ssr.config.json",
"fetchName": "fetch.js",
"vueSsrServerBundleJsonFileName": "vue-ssr-server-bundle.json",
"vueSsrClientManifestJsonFileName": "vue-ssr-client-manifest.json",
"baseUrl": {
"prod": 'https://shop-api.chengxinyouxuan.com',
"pre": 'http://shop-api.intra.xiaojukeji.com',
"stable": 'https://api-kylin-xg02.intra.xiaojukeji.com'
}
}
| |