带有nuxt.js的Google AMP

时间:2018-02-28 14:41:09

标签: vue.js amp-html nuxt.js google-amp

我正在尝试使用Nuxt.js创建Google AMP网站,因为我正在关注Nuxt-Amp示例。 但是当运行npm run dev时,服务器从URL http://localhost:3000开始,但是当我访问URL控制台时显示:

ERROR  render:route

  TypeError: Cannot destructure property `req` of 'undefined' or 'null'.

  - nuxt.config.js:34 render:route
    /Desktop/workspace/javascript/withamp/nuxt.config.js:34:21

  - nuxt.js:122 fn
    [with-amp]/[nuxt]/lib/core/nuxt.js:122:47

  - utils.js:96 promise.then
    [with-amp]/[nuxt]/lib/common/utils.js:96:43


  - next_tick.js:160 process._tickCallback

P.S。:我没有对nuxt.config.js做任何改动。

节点版本:9.2

Npm版本:5.6

此外,页面加载速度非常慢。

0 个答案:

没有答案