From c733479725cbe50874e1d07b5912d8eef5e4fc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 11 Sep 2023 18:35:07 +0200 Subject: [PATCH] chore: Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74fa170..526e219 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -

- - # Nuxt 2 with Express -> [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) = :zap: +> [ExpressJS](http://expressjs.com/) + [Nux 2](https://v2.nuxt.com) = :zap: Live Demo: [https://codesandbox.io/s/github/nuxt-community/express-template](https://codesandbox.io/s/github/nuxt-community/express-template) +## Nuxt 3 + +Nuxt 3 is powered by [unjs/h3](https://github.com/unjs/h3) which has a compatible API with Express and is much faster with the ability to run in Workers ([read more about it](https://nuxt.com/blog/nuxt-on-the-edge)). + +This is why this template won't be migrated to Nuxt 3. + ## Installation This is a template project, click on the green button "Use this template" at the top of this page and get started with GitHub :sparkles: