Nuxt.js official page url corrected (#1096)
This commit is contained in:
parent
8ae9035c65
commit
c7397bc25f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ One big reason behind this performance difference is Astro's smaller JavaScript
|
|||
|
||||
## Nuxt vs. Astro
|
||||
|
||||
[Nuxt](https://nextjs.org/) is a popular website & application framework for Vue. It is similar to Next.js.
|
||||
[Nuxt](https://nuxtjs.org/) is a popular website & application framework for Vue. It is similar to Next.js.
|
||||
|
||||
Nuxt uses Vue to render your website. Astro is more flexible: you can use any UI component libraries (React, Preact, Vue, Svelte, and others) or Astro's built-in component syntax that is similar to HTML/JSX.
|
||||
|
||||
|
|
Loading…
Reference in a new issue