vue-cli-plugin-axios-config
v0.0.5
Published
vue-cli 3 plugin to add axios-config
Downloads
44
Maintainers
Readme
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