Darlan José Batista do Prado
Darlan José Batista do Prado
### Description A Nuxt module to manage and simplify HTTP requests across multiple APIs and endpoints. ### Repository https://github.com/DarlanPrado/nuxt-http-preset ### npm https://www.npmjs.com/package/nuxt-http-preset ### Nuxt Compatibility Nuxt 3
### 🔗 Linked issue resolves #1098 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...
### Description A Nuxt module to manage and simplify HTTP requests across multiple APIs and endpoints. ### Repository https://github.com/DarlanPrado/nuxt-http-preset ### npm https://www.npmjs.com/package/nuxt-http-preset ### Nuxt Compatibility Nuxt 3
The command "npm create nuxt@latest" and its derivatives do not correctly recognize projects without a name. I noticed an error when trying to create a project without a name but...
There are two errors in nuxt.config.ts in playground here is the code https://github.com/nuxt/starter/blob/module-devtools/playground/nuxt.config.ts ``` export default defineNuxtConfig({ devtools: { enabled: true, }, modules: [ /** * My module */ '../src/module',...