Skip to content

Instantly share code, notes, and snippets.

@sadick254
Last active November 1, 2017 12:40
Show Gist options
  • Select an option

  • Save sadick254/8adbaa73431b7e0eb149c792fb57e0bc to your computer and use it in GitHub Desktop.

Select an option

Save sadick254/8adbaa73431b7e0eb149c792fb57e0bc to your computer and use it in GitHub Desktop.
minimizing vuex boilerplate
axios.defaults.baseURL = 'http://api.domain.com'
//then later in your actions
axios.get('/users') // to minimize typing the domain in full
// getDrivers
axios.get('/drivers')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment