Skip to content

Instantly share code, notes, and snippets.

@fredyfx
Created December 30, 2018 22:53
Show Gist options
  • Save fredyfx/5c24bccad2c406f7cbfd3a643660aace to your computer and use it in GitHub Desktop.
Save fredyfx/5c24bccad2c406f7cbfd3a643660aace to your computer and use it in GitHub Desktop.
Agregando vue-resource al archivo gulp
// Directorios de Dependencias
var dependencias = {
"vue": {
"dist/*": ""
},
"vue-resource": {
"dist/*": ""
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment