From e614328406d48b566b57ae62f81bb8c5ebf45106 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 8 Oct 2021 17:56:44 +0800 Subject: [PATCH] docs: fix typo (#702) --- docs/content/7.bridge/1.intro.md | 70 ++++++++++++++-------------- docs/content/7.bridge/2.migration.md | 22 ++++----- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/docs/content/7.bridge/1.intro.md b/docs/content/7.bridge/1.intro.md index 0b0e46ccbe..70bd08ab96 100644 --- a/docs/content/7.bridge/1.intro.md +++ b/docs/content/7.bridge/1.intro.md @@ -4,35 +4,35 @@ Nuxt3 brings a brand-new experience for developing Vue applications. -To make this happen, we've rewritten most parts of nuxt codebase and are using the latest tooling such as Webpack5, vite, vue3 and native ESM. +To make this happen, we've rewritten most parts of nuxt codebase and are using the latest tooling such as Webpack5, Vite, vue3 and native ESM. And we've also rethought how nuxt rendering works by introducing the `@nuxt/nitro` project. Our goal is a smooth transition path from legacy stack to new one, reducing breaking changes as much as possible. -To make this happen, we considered backward- and forward-compatibility and most layers (such as modules and plugins). Nonetheless, this is in-progress and a bumpy road. +To make this happen, we considered backward- and forward-compatibility and most layers (such as modules and plugins). Nonetheless, this is in progress and a bumpy road. -In the meantime, you can make sure your project is almost ready for nuxt3 and have latest DX experience, without major rewrites and risk of breaking changes by adding a simple module. +In the meantime, you can make sure your project is almost ready for nuxt3 and have the latest DX experience without major rewrites and risk of breaking changes by adding a simple module. -👉 Please see [Migration Guide](./migration) for more details how you can migrate your nuxt 2 project or module to bridge level. +👉 Please see [Migration Guide](./migration) for more details on how you can migrate your nuxt 2 project or module to bridge level. ## Nuxt 2 vs Nuxt Bridge vs Nuxt 3 -In the table below, there is a quick comparation between 3 versions of nuxt: +In the table below, there is a quick comparison between 3 versions of nuxt: -Feature / Version | Nuxt 2 | Nuxt Bridge | Nuxt 3 ------------------------|-----------------|------------------|--------- -Stability | 😸 Stable | 😺 Semi Stable | 🙀 Unstable -Performance | 👎 Slower | 👍 Enhanced | 🔥 Fastest -Nitro Engine | ❌ | ✅ | ✅ -ESM support | 🌙 Partial | 👍 Better | ✅ -Typescript | ☑️ Opt-in | 🚧 Faster | ✅ -Composition API | ⚠️ Deprecated | ✅ | ✅ -Components Auto Import | ✅ | ✅ | ✅ -Script setup | ❌ | 🚧 Partial | ✅ -Auto Imports | ❌ | ✅ | ✅ -Webpack | 4 | 4 | 5 -Vite | ⚠️ Partial | 🚧 Partial | 🚧 Experimental -Nuxi CLI | ❌ Old | ✅ | ✅ +Feature / Version | Nuxt 2 | Nuxt Bridge | Nuxt 3 +-------------------------|-----------------|------------------|--------- +Stability | 😸 Stable | 😺 Semi Stable | 🙀 Unstable +Performance | 👎 Slower | 👍 Enhanced | 🔥 Fastest +Nitro Engine | ❌ | ✅ | ✅ +ESM support | 🌙 Partial | 👍 Better | ✅ +TypeScript | ☑️ Opt-in | 🚧 Faster | ✅ +Composition API | ⚠️ Deprecated | ✅ | ✅ +Components Auto Import | ✅ | ✅ | ✅ +`