mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs: fix typo (#732)
This commit is contained in:
parent
e531b65a32
commit
daf582662c
@ -4,7 +4,7 @@ Nuxt 3 migration guide. Work in progress 🚧
|
||||
|
||||
## Nuxt 2 to Nuxt 3
|
||||
|
||||
At the moment, there is no Nuxt 2 to Nuxt 3 migration guide nor is it recommanded due to potentially more changes coming.
|
||||
At the moment, there is no Nuxt 2 to Nuxt 3 migration guide nor is it recommended due to potentially more changes coming.
|
||||
We are working to provide a stable migration guide and tooling to make it as smooth as possible. Please check [Bridge](/getting-started/bridge) for the alternative.
|
||||
|
||||
Some features have been dropped from Nuxt 2, some are yet to be implemented for Nuxt 3 and some are new in Nuxt 3 (and Bridge).
|
||||
|
@ -37,7 +37,7 @@ We recommend to read each concept to have a full vision of Nuxt capabilities and
|
||||
|
||||
Nuxt is the backbone of your Vue.js project, giving structure to build your project with confidence while keeping flexibility.
|
||||
|
||||
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favourites CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.
|
||||
Extendable with a strong module ecosystem and hooks engine, it makes it easy to connect your REST or GraphQL endpoints, favorites CMS, CSS frameworks and more. PWA and AMP support is only a module away from your Nuxt project.
|
||||
|
||||
::alert{type=info icon=👍}
|
||||
Ready to try? Head over the [Installation section](/getting-started/installation).
|
||||
|
@ -10,7 +10,7 @@ head.title: Nuxt directory
|
||||
The `.nuxt` directory is used by Nuxt in development to generate your Vue application.
|
||||
|
||||
::alert{type=warning}
|
||||
You should not touch any files inside since the whole directory will be re-create when running `nuxt dev`
|
||||
You should not touch any files inside since the whole directory will be re-created when running `nuxt dev`
|
||||
::
|
||||
|
||||
This directory is interesting if you want to learn more about the files Nuxt generates based on your directory structure.
|
||||
|
Loading…
Reference in New Issue
Block a user