Nuxt/lib
Pooya Parsa 9c1060e06c 🔥 Server Middlewares
This commit adds `middlewares` option to nuxt and accepts connect style middlewares.
Also modules can register middlewares using `this.addMiddleware()` method.
Each entry can be a simple middleware function or {path, handler} to support paths.
2017-05-12 14:52:06 +04:30
..
app [vue-style-loader] Inline global css on SSR 2017-05-05 18:40:12 +04:30
views Update style 2017-04-14 11:57:30 +02:00
webpack added sourcemaps support to scss-loader and css-loader 2017-05-09 13:24:55 +02:00
build.js watch for custom provided templates on edit event 2017-05-12 12:57:06 +04:30
generate.js Fixed refractoring error in generate 2017-05-08 09:22:35 +02:00
module.js 🔥 Server Middlewares 2017-05-12 14:52:06 +04:30
nuxt.js 🔥 Server Middlewares 2017-05-12 14:52:06 +04:30
render.js Fix typo 2017-05-05 16:48:04 +02:00
server.js 🔥 Server Middlewares 2017-05-12 14:52:06 +04:30
utils.js [modules] Add extendRoutes 2017-05-12 12:27:24 +04:30