From ab9677b94718582af1b19d383fd64191bbbbfb6b Mon Sep 17 00:00:00 2001 From: tramplay <65968861+vencho-mdp@users.noreply.github.com> Date: Thu, 13 Jan 2022 19:46:27 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fd894f..372b02f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ # Nuxt.js with Express +#### ⚠️ With Nuxt v3 you should be using [`h3`](https://github.com/unjs/h3) which is already optimized out of the box with [Nitro](https://v3.nuxtjs.org/concepts/server-engine) (and quite similar to Express). + > [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) = :zap: Live Demo: [https://codesandbox.io/s/github/nuxt-community/express-template](https://codesandbox.io/s/github/nuxt-community/express-template)