Nuxt

创建日期:2024-10-21
更新日期:2024-12-26

官方网站:Nuxt: The Intuitive Vue Framework · Nuxt

中文网站:Nuxt 中文站 - 直观的Web框架 Nuxt3文档 · Nuxt

NuxtContent:Nuxt Content made easy for Vue Developers

Nitro:Nitro - Next Generation Server Toolkit

NuxtSEO:Nuxt SEO

Nuxt Sitemap:Sitemap · Nuxt Modules

开源项目

markdown-it

常见问题

1、创建Nuxt 项目报错:ERROR Error: Failed to download template from registry: Failed to download https:~/~/raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json: TypeError: fetch failed.

网络问题。

2、Nuxt生成静态网站,但是不生成页面。

nuxt.config.ts中不能在routeRules中把路由“/”重定向。

3、Nuxt生成静态网站报错:Search string not found: "/supportedTSExtensions = .*(?=;)/"。

TypeScript和Vue Official插件不兼容的问题。将typescript版本由5.6.3降低到5.6.2即可。