nuxt.config.js') const nuxt = new Nuxt(config) const { host, port } = nuxt.options.server nuxt.listen(port, host) Alternatively, you can use Express or Koa ...
確定! 回上一頁