{"library":"nuxt-proxy","type":"library","category":null,"description":"nuxt-proxy is a Nuxt 3 module that integrates `http-proxy-middleware` and `h3` to provide HTTP proxying capabilities directly within a Nuxt application. It enables developers to configure declarative proxy rules in `nuxt.config.ts`, facilitating the routing of specific client-side API requests to backend servers. This is commonly used to circumvent CORS restrictions or to unify API endpoints under a single origin. The current stable version is 0.4.1. Releases typically focus on bug fixes, dependency updates (e.g., `h3`, `@nuxt/kit`), and minor feature enhancements such as runtime configuration overrides. Its key differentiator is a streamlined, module-based setup within the Nuxt ecosystem, leveraging Nuxt's Nitro server for efficient middleware handling, offering a more integrated solution than manually setting up a proxy.","language":"javascript","status":"active","version":"0.4.1","tags":["javascript","proxy","nuxt","vue","http","connect","h3","typescript"],"install":[{"cmd":"npm install nuxt-proxy","imports":["export default defineNuxtConfig({\n  modules: [\n    'nuxt-proxy'\n  ],\n  // ...\n})","export default defineNuxtConfig({\n  proxy: {\n    options: {\n      target: 'https://jsonplaceholder.typicode.com',\n      changeOrigin: true\n    }\n  }\n})","export default defineNuxtConfig({\n  runtimeConfig: {\n    proxy: {\n      options: { target: process.env.NUXT_PROXY_OVERRIDE_TARGET ?? 'https://jsonplaceholder.typicode.com' }\n    }\n  }\n})"]},{"cmd":"yarn add nuxt-proxy","imports":[]},{"cmd":"pnpm add nuxt-proxy","imports":[]}],"homepage":null,"github":"https://github.com/wobsoriano/nuxt-proxy","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/nuxt-proxy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/nuxt-proxy/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Wed Jul 22","install_tag":null}}