nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
227 stars 36 forks source link

Feature Request: Integrate with Axios Module #15

Open jefrydco opened 5 years ago

jefrydco commented 5 years ago

Nuxt has axios module, what if instead of importing axios directly into nuxt.config file, we use nuxt axios module itself?

manniL commented 5 years ago

Hey @jefrydco! Thanks for the request.

Unfortunately, we can't leverage the @nuxtjs/axios module in the nuxt.config.js directly. We could possibly use it by passing the module (if it exists) to the function, but then we'd have to order the modules properly which seems too brittle to me.

However, if you have an idea how to realize this (or even want to submit a PR), please go on ☺️