# nuxt-neo

Build Status (opens new window) Current NPM Version (opens new window) Dependencies (opens new window) Codecov (opens new window) Monthly Downloads (opens new window) Known Vulnerabilities (opens new window)

This module allows you to make a middleware API between the browser, your server and other private API's. Opinated, yet flexible, you can take care of your data flow in the same way, no matter if you are executing code on server or client side.

# Documentation

Check full documentation here (opens new window).

# Description

One of the things that Nuxt.js doesn't bring out-of-the-box is middleware api support (it can be simply added thanks to its flexibility). I created this module so you can create your API inside nuxt.js easily, based on a controllers and actions approach.

# Features

  • Auto-generate routes based on the folder/file tree your api folder.
  • Easy middleware injection (for all API or controller/action specific)
  • One single way to access your API.
  • Global HTTP Errors for better error handling

# Release Notes

Check all release notes here (opens new window).

# License

MIT