From c961ba7729325bcaa015695bf3934bc9f85e5546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 10 Feb 2017 02:56:55 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03167abc4f..c8cba3d6fc 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ So far, we get: - Static file serving. `./static/` is mapped to `/` - Configurable with a `nuxt.config.js` file - Custom layouts with the `layouts/` directory +- Middleware - Code splitting via webpack Learn more at [nuxtjs.org](https://nuxtjs.org).