Skip to content

Instantly share code, notes, and snippets.

@CristalT
Created July 10, 2019 22:00
Show Gist options
  • Save CristalT/b331aa49981357f60b71ba9a689513ca to your computer and use it in GitHub Desktop.
Save CristalT/b331aa49981357f60b71ba9a689513ca to your computer and use it in GitHub Desktop.
import axios from 'axios'
const axiosInstance = axios.create({
baseURL: process.env.API
})
export default ({ Vue }) => {
Vue.prototype.$axios = axiosInstance
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment