{"library":"vue-cli-plugin-axios","type":"library","category":null,"description":"The `vue-cli-plugin-axios` package is a small, specific plugin designed to integrate the Axios HTTP client into projects scaffolded with Vue CLI 3. Released at a very early version (0.0.4) and last published over five years ago, this plugin is considered abandoned. It aimed to simplify global Axios access within Vue 2 applications by injecting `$axios` or `Vue.axios` onto the Vue instance or prototype. However, its relevance is significantly diminished as Vue CLI itself is now in maintenance mode, with new Vue projects (both Vue 2 and Vue 3) encouraged to use Vite via `create-vue`. Modern Vue 3 projects typically integrate Axios by directly installing the `axios` package and importing it explicitly where needed, or by manually attaching it to `app.config.globalProperties` as a custom plugin. There are also actively maintained wrapper libraries like `vue-axios` (version 3.x.x for Vue 3, 2.x.x for Vue 2) that provide similar global injection capabilities for contemporary Vue ecosystems. This specific `vue-cli-plugin-axios` package does not offer any distinct advantages over direct Axios integration or current wrapper libraries for modern development.","language":"javascript","status":"abandoned","version":"0.0.4","tags":["javascript","Axios","axios","vue-axios","vue","plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-cli-plugin-axios","imports":["this.$axios.get('/api/data')","import axios from 'axios'; axios.post('/api/submit', data);","Vue.axios.get('/api/users');"]},{"cmd":"yarn add vue-cli-plugin-axios","imports":[]},{"cmd":"pnpm add vue-cli-plugin-axios","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-cli-plugin-axios","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/vue-cli-plugin-axios/compatibility"}}