From d33622b7f5a06ee9b14f55112491cccd9bc71018 Mon Sep 17 00:00:00 2001 From: James Lee Date: Wed, 28 Mar 2018 19:49:30 -0500 Subject: [PATCH] Mentioning nuxt-express-module as an alternative way to use express and nuxt together. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 20d6ba7..d943e2f 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ We use [backpack](https://github.com/palmerhq/backpack) to watch and build the a - [Nuxt.js](https://nuxtjs.org/guide/) - [Vue.js](http://vuejs.org/guide/) +## Alternative [Nuxt Express Module](https://github.com/uptownhr/nuxt-express-module) +The module adds express into Nuxt's connect middleware stack using Nuxt's module system. The method will also handle hot reloading with out causing the nuxt build server to restart. + ## Licenses - [ExpressJS license](https://github.com/expressjs/express/blob/master/LICENSE)