awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Nuxt फुल-स्टैक फ्रेमवर्क मॉड्यूल्स

रैंकिंग 30 जून 2026 को अपडेट की गई

For फुल-स्टैक Vue ऐप्स बनाने के लिए Nuxt मॉड्यूल, the strongest matches are nhost/nhost (Nhost provides backend-as-a-service features like PostgreSQL, authentication, and a), epicweb-dev/epic-stack (Epic Stack is a full-stack boilerplate for Remix, not) and casdoor/casdoor (Casdoor is a standalone identity and access management server). dunglas/mercure and koajs/koa round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore essential Nuxt modules designed to streamline development of robust full-stack Vue.js web applications.

Nuxt फुल-स्टैक फ्रेमवर्क मॉड्यूल्स

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nhost/nhostnhost का अवतार

    nhost/nhost

    9,199GitHub पर देखें↗

    Nhost is an open-source backend as a service that provides a managed PostgreSQL database, authentication, and file storage accessible through a unified GraphQL API. It functions as a backend infrastructure orchestrator, enabling the deployment and management of full-stack environments using containerization and command-line automation. The platform distinguishes itself by automating the transformation of relational database tables into a secure GraphQL API and providing an integrated identity provider that supports passwords, magic links, and OAuth. It also includes a serverless function runt

    Nhost provides backend-as-a-service features like PostgreSQL, authentication, and a GraphQL API that can support full-stack Vue development, but it is an external service rather than a Nuxt module that directly integrates with Nuxt's server routes, middleware, or database ORM.

    GoGraphQL API GeneratorsGraphQL API GeneratorsJWT Authentication
    GitHub पर देखें↗9,199
  • epicweb-dev/epic-stackepicweb-dev का अवतार

    epicweb-dev/epic-stack

    5,537GitHub पर देखें↗

    Epic Stack is a full stack application boilerplate and TypeScript web framework designed for launching production-ready web applications. It serves as a Node.js backend starter and a foundation for building scalable frontend and backend services. The project provides a pre-configured environment for full stack web bootstrapping, focusing on a modern development workflow that integrates the frontend, backend, and database configuration. It includes a frontend component library for creating consistent and responsive user interfaces. The stack facilitates rapid application prototyping and produ

    Epic Stack is a full-stack boilerplate for Remix, not a Nuxt module for Vue, so it doesn't provide the Nuxt-specific server-side integration this search requires.

    TypeScriptPrisma ORM Schema Management
    GitHub पर देखें↗5,537
  • casdoor/casdoorcasdoor का अवतार

    casdoor/casdoor

    13,814GitHub पर देखें↗

    Casdoor is a centralized identity and access management platform that functions as an OAuth 2.0 authorization server. It provides a comprehensive suite of services for managing user identities, authentication sessions, and access policies across both web and machine-to-machine applications. Built with a decoupled frontend-backend architecture in Go, the platform supports high-concurrency environments and offers a web-based management interface for administrative tasks. The platform distinguishes itself through its extensive support for federated identity management, allowing integration with

    Casdoor is a standalone identity and access management server, not a Nuxt module; while it could serve as an external authentication provider for a Nuxt app, it does not integrate as a server-side module within Nuxt's architecture.

    GoJWT AuthenticationJWT Session ManagementOAuth Providers
    GitHub पर देखें↗13,814
  • dunglas/mercuredunglas का अवतार

    dunglas/mercure

    5,266GitHub पर देखें↗

    Mercure is an HTTP-based message broker and real-time pub/sub server that routes asynchronous data updates to authorized subscribers. It functions as a centralized hub that receives data via standard HTTP requests and broadcasts it to web clients using the Server-Sent Events protocol. The project distinguishes itself by replacing WebSockets with a unidirectional HTTP connection, leveraging HTTP/2 and HTTP/3 for multiplexed, low-latency delivery. It implements a secure access control layer using JSON Web Tokens and JSON Web Signatures to validate the identity of publishers and subscribers, and

    Mercure is a standalone HTTP-based real-time pub/sub server, not a Nuxt module; it provides one of the requested capabilities (real-time) but lacks the integrated server routes, database ORM, authentication, and API generation expected from a full-stack Nuxt module.

    GoJWT AuthenticationServer-Sent Events
    GitHub पर देखें↗5,266
  • koajs/koakoajs का अवतार

    koajs/koa

    35,713GitHub पर देखें↗

    Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an asynchronous middleware engine that processes network requests through a sequence of functions sharing a common context. The framework distinguishes itself by using an onion-model middleware stack and promise-based flow control. This architecture allows requests to flow downstream and responses to flow back upstream through the same chain, enabling non-blocking request cycles and a modular approach to handling network traffic. The system provides high-level capabilities for

    Koa is a general-purpose Node.js web framework with middleware support, but it is not a Nuxt module and does not integrate with Nuxt's architecture or provide the full-stack features like database ORM or authentication that this search requires.

    JavaScriptRequest Middleware
    GitHub पर देखें↗35,713
  • nuxt/nuxtnuxt का अवतार

    nuxt/nuxt

    60,456GitHub पर देखें↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on application logic rather than manual configuration. By executing code in a platform-agnostic server engine, it supports deployment across diverse environments, including edge networks, serverless functions, and traditional Node.js runtimes. The framework distinguishes itself thro

    Nuxt itself is the full-stack framework that the module would plug into, but it is not a module—it lacks the integrated database ORM, authentication, and real-time features the visitor is seeking from a Nuxt module.

    TypeScriptFile-Based Routers
    GitHub पर देखें↗60,456
  • sahat/hackathon-startersahat का अवतार

    sahat/hackathon-starter

    35,226GitHub पर देखें↗

    This project is a Node.js web application boilerplate designed to accelerate development by providing a pre-configured foundation with integrated routing, templating, and developer tooling. It serves as a comprehensive starter kit that includes a full-stack authentication system, a payment integration starter, and an LLM agent framework. The framework distinguishes itself with specialized tools for AI development, including a retrieval-augmented generation implementation kit with vector search and semantic caching. It enables the creation of reasoning agents featuring tool-calling loops and r

    This is a general Node.js web application boilerplate with authentication and API scaffolding, but it is not a Nuxt module and does not integrate with Nuxt's server-side architecture like route auto-import or middleware, so it does not directly address the search for a Nuxt-specific full-stack module.

    JavaScriptServer-Sent Events
    GitHub पर देखें↗35,226

Related searches

  • Vue के लिए स्टेट मैनेजमेंट लाइब्रेरी
  • फुल स्टैक एप्लिकेशन बनाने के लिए एक फ्रेमवर्क
  • an open source platform for frontend deployment
  • a framework for building progressive web apps
  • Vue 3 TypeScript DDD के लिए एक बॉयलरप्लेट
  • Vue, Svelte और अन्य फ्रंटएंड फ्रेमवर्क्स
  • SolidJS के साथ साइट्स बनाने के लिए मेटा-फ्रेमवर्क
  • Netlify का सेल्फ-होस्टेड विकल्प