nuxt服务端渲染
使用本地ip运行配置
package.json 中添加
"config": {
"nuxt": {
"host": "127.0.0.1", //ip
"port": "857"
}
}
nuxt服务端渲染
使用本地ip运行配置
package.json 中添加
"config": {
"nuxt": {
"host": "127.0.0.1", //ip
"port": "857"
}
}