Last active
November 1, 2017 12:40
-
-
Save sadick254/8adbaa73431b7e0eb149c792fb57e0bc to your computer and use it in GitHub Desktop.
minimizing vuex boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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