学习nuxt中在自己编写search组件的时候出现了各种类似于Expected indentation of 0 spaces but found 4的问题 上网搜是因为ESlint语法检测产生的问题,觉得ESlint对于我这样的新手太严格了...于是想弄掉 在eslintrc.js中注释掉了rule 发现好像并不管用...继续报错,找到了nuxt.config.js,并注释了 build中的内容 自动重启服务,没有报错. 参考 https://segmentfault.com/q/101000
这里有个nuxt和vue不同的地方,这个地方很有意思,官方的中文文档说得蜜汁自信 ------------------------------- In production, nuxt.js uses the prefetch strategy to pre-fetch the pages bundle that will be required when navigating to the next page. When the user will click on a link, nuxt.