UNPKG

vue-cli-plugin-axios-config

Version:
16 lines (10 loc) 245 B
## vue-cli-plugin-axios-config Axios plugin for @vue/cli 3.0. ## Install First you need to install @vue/cli globally. Then create a project and add the Axios plugin: ``` vue create my-test cd my-test vue add axios-config ```