{"id":14973719,"url":"https://github.com/deraw/vue-cli-plugin-proxy","last_synced_at":"2025-08-12T02:04:32.003Z","repository":{"id":33079237,"uuid":"151177550","full_name":"deraw/vue-cli-plugin-proxy","owner":"deraw","description":"🔌 Provide all http-proxy-middleware options to vue-cli","archived":false,"fork":false,"pushed_at":"2022-02-12T07:15:49.000Z","size":64,"stargazers_count":11,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-05T05:48:35.861Z","etag":null,"topics":["http-proxy-middleware","vue-cli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deraw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2018-10-02T00:05:50.000Z","updated_at":"2022-03-12T08:10:42.000Z","dependencies_parsed_at":"2022-08-07T20:00:10.630Z","dependency_job_id":null,"html_url":"https://github.com/deraw/vue-cli-plugin-proxy","commit_stats":null,"previous_names":["assurance-maladie-digital/vue-cli-plugin-proxy"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/deraw/vue-cli-plugin-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deraw%2Fvue-cli-plugin-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deraw%2Fvue-cli-plugin-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deraw%2Fvue-cli-plugin-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deraw%2Fvue-cli-plugin-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deraw","download_url":"https://codeload.github.com/deraw/vue-cli-plugin-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deraw%2Fvue-cli-plugin-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269987123,"owners_count":24508176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http-proxy-middleware","vue-cli"],"created_at":"2024-09-24T13:49:17.887Z","updated_at":"2025-08-12T02:04:31.967Z","avatar_url":"https://github.com/deraw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg\n    width=\"280\"\n    src=\"https://user-images.githubusercontent.com/10298932/59419196-af91f800-8dca-11e9-9ea8-de5567e9e471.png\"\n    alt=\"\"\n  \u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVue CLI proxy plugin\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eThis plugin is meant to provide all \u003ca href=\"https://www.npmjs.com/package/http-proxy-middleware\"\u003ehttp-proxy-middleware\u003c/a\u003e options to vue-cli.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@deraw/vue-cli-plugin-proxy\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@deraw/vue-cli-plugin-proxy.svg?style=flat-square\" alt=\"NPM Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@deraw/vue-cli-plugin-proxy\"\u003e\u003cimg src=\"https://img.shields.io/npm/dw/vue-cli-plugin-proxy.svg?style=flat-square\" alt=\"NPM Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/vuejs/vue-cli/issues/2320\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/detail/state/vuejs/vue-cli/2320.svg?style=flat-square\" alt=\"The issue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Issue\n\nSee [the issue than initiated this plugin (#2320)](https://github.com/vuejs/vue-cli/issues/2320)\n\n## Installation\n\n``` bash\nyarn add @deraw/vue-cli-plugin-proxy\n# OR npm install @deraw/vue-cli-plugin-proxy\n```\n\n## Usage\n\n```js\n// vue.config.js\nmodule.exports = {\n    pluginOptions: {\n        proxy: {\n            enabled: true,\n            context: '',\n            options: {\n                // ...\n            }\n        }\n    }\n}\n```\n\n## Options\n\nSee [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware#tldr) for `options` object to pass to the plugin.\n\n### Object examples\n\n* First example of the docs:\n\n```js\n// vue.config.js\nmodule.exports = {\n    pluginOptions: {\n        proxy: {\n            enabled: true,\n            context: '/api',\n            options: {\n                target: 'http://www.example.org',\n                changeOrigin: true\n            }\n        }\n    }\n}\n```\n\n* v1.0.0 default:\n\n```js\n// vue.config.js\nmodule.exports = {\n    pluginOptions: {\n        proxy: {\n            enabled: true,\n            context: [\n              '/**',\n              '!/dist/**'\n            ],\n            options: {\n                target: 'http://127.0.0.1:8000'\n            }\n        }\n    }\n}\n```\n\n## License\n\nVue CLI Plugin Proxy is licensed under [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaw%2Fvue-cli-plugin-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderaw%2Fvue-cli-plugin-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderaw%2Fvue-cli-plugin-proxy/lists"}