You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`vue-cli` now uses the following hierarchy for hosting its rc file:
* `VUE_CLI_CONFIG_PATH
* `XDG_CONFIG_HOME/vue/.vuerc`
* `HOME/.config/vue/.vuerc`
* `HOME/.vuerc`
closes#1325
What problem does this feature solve?
Not cluttering my HOME directory
What does the proposed API look like?
Changing the default directory and using
$HOME
as a backup ifXDG_CONFIG_HOME
does not existThe text was updated successfully, but these errors were encountered: