Aperrix
Aperrix
- Add fastify-blipp to display availables routes in dev env - Fix response typo (from res.send to return because req is async) - Fix server start function
Hi everyone ! Can you please add https://pnpm.js.org/en/ to the package manager choice ? NPM and Yarn are great but PNPM too 😄 PS : Use ``pnpx create-nuxt-app `` already...
**Is your feature request related to a problem? Please describe.** Hi ! I have not currently found a solution to use vuetify 2 or 3 (alpha) with nuxt 3, do...
### What problem does this feature solve? By default, nuxt creates the URL from the pages folder, for example : ``/pages/blog/index.vue`` = ``mywebsite.com/blog`` ``/pages/blog/posts/index.vue`` = ``mywebsite.com/blog/posts`` It's super convenient, our...
### Description I noticed that the auto-fix of unused imports didn't work well for `.ts` files, using the config-viewer I noticed that a rule was unused and activating it worked...