nuxt-neo
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

nuxt-neo

Build Status Current NPM Version Dependencies Codecov Monthly Downloads Known Vulnerabilities

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.

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.

License

MIT

Package Sidebar

Install

npm i nuxt-neo

Weekly Downloads

179

Version

5.0.0

License

MIT

Unpacked Size

41.7 kB

Total Files

21

Last publish

Collaborators

  • ezypeeze