RFC: Collect possible nuxt-module ideas
See original GitHub issueDescribe the feature
Collect possible ideas for useful nuxt-modules we can pull out of sidebase for easier development + versioning + distribution.
Modules docs: https://v3.nuxtjs.org/guide/going-further/modules
Additional information
Ideas so far:
- nuxt-typeorm: Easy typeorm integration for nuxt, could even allow client-side usage of typeorm-objects, e.g., converting it to API-calls if on the client side
- nuxt-secrets: Integration for
chamber
to useAWS SSM
easily from app - nuxt-pdf
- nuxt-swagger
- nuxt-server-parse: Make a module out of https://github.com/sidestream-tech/sidebase/blob/main/app/server/helpers.ts
- library: https://github.com/sidebase/nuxt-parse
- comment: with the current nuxt 3 state probably better to use
zod
ortRPC
, e.g., vianpm create sidebase@latest
- nuxt-prisma
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Nuxt.js for Busy Developers - CODE Magazine
Nuxt.js collects together the powerful Vue.js modules in one app and offers you a neat and structured app. Create a Nuxt.js App.
Read more >Module Improvements · Issue #10 · nuxt/rfcs - GitHub
Nuxt core has been broken into smaller modules with their specific tasks that inherit a global options object and communicate with each using ......
Read more >Vue and Nuxt Performance Optimization Checklist
Read the comprehensive and in-depth technical article summarizing how to improve the site performance with efficient use of Vue.js and Nuxt.
Read more >5 Nuxt Modules to Use in Your Next Project - David Parks
One of the best parts of Nuxt is its robust Module library. Modules allow you to extend Nuxt's core functionality and handle some...
Read more >Modules directory - Nuxt
Best of all, Nuxt modules can be incorporated into npm packages. This makes it possible to reuse across projects and to share with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure thing ❤️ Awesome that you’ve already integrated it into h3-zod! And thanks to @Atinux for connecting us here (:
@BracketJohn it’s using the latest h3 now. Thanks for the heads up!