awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cq-panda avatar

cq-panda/Vue.NetCore

0
View on GitHub↗
4,227 stars·1,371 forks·C#·MIT·3 views

Vue.NetCore

Vue.NetCore is a full-stack scaffolding tool that automatically generates frontend and backend code using .NET Core and Vue.js based on database schemas. It functions as a CRUD boilerplate generator and database orchestrator that maps entities into business logic to create administrative interfaces and API endpoints.

The project provides a multi-platform UI scaffold, producing compatible code for web, iOS, Android, and WeChat mini-programs. It utilizes a TypeScript web framework with Vite and leverages SqlSugar to automate the mapping of database entities.

The system covers enterprise CRUD automation, including the generation of data-driven forms, advanced search query interfaces, and master-detail table relationships. It also includes capabilities for automated API development and Excel data import interfaces.

Features

  • Full-Stack CRUD Generators - Generates complete CRUD backend and frontend code for complex master-detail tables from database definitions.
  • Automated API Generation - Automatically converts database tables into typed API endpoints and clients.
  • Relationship Code Generation - Automates the generation of code for one-to-one and one-to-many table relationships including data binding.
  • Data Access Automation - Uses SqlSugar to abstract database queries and automate the creation of data access logic.
  • ORM Code Generators - Leverages SqlSugar to map database entities into automated full-stack business logic.
  • Multi-Platform App Compilers - Outputs a single codebase compatible with web, iOS, Android, and WeChat mini-programs using a unified framework.
  • Database Schema Code Generators - Generates both frontend and backend source code by parsing database schema attributes and configuration metadata.
  • Data-Driven UI Libraries - Builds frontend forms and data grids that automatically bind to backend database structures using Vue and Element Plus.
  • Schema-Driven Form Generation - Generates frontend forms with automated data source binding based on database schemas and programmatic model definitions.
  • Full-Stack Code Generators - Automatically generates both frontend and backend code from database schemas using .NET Core and Vue.js.
  • CRUD Application Generators - Rapidly creates data-driven administrative interfaces and API endpoints for database tables.
  • Database-to-API Mappings - Maps database tables to server-side endpoints and client-side models to automate data exchange.
  • API Endpoint Generators - Generates server-side API routes with controllers and models by extending base code with custom business logic.
  • Query Interface Generators - Creates search query interfaces with configurable fields, data types, and layouts to avoid manual coding.
  • Boilerplate Project Templates - Produces complete project structures using predefined templates for Vue and .NET Core frameworks.
  • Multi-Platform UI Frameworks - Produces compatible code for web, iOS, Android, and WeChat mini-programs using a unified UI architecture.
  • Metadata-Driven Rendering - Builds frontend forms and search interfaces by interpreting configuration metadata instead of manual coding.
  • CRUD Scaffolding Generators - Generates the full set of frontend and backend files required for complex enterprise CRUD operations.
  • TypeScript - Provides a structured development environment combining TypeScript and Vite for scalable web applications.

Star history

Star history chart for cq-panda/vue.netcoreStar history chart for cq-panda/vue.netcore

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does cq-panda/vue.netcore do?

Vue.NetCore is a full-stack scaffolding tool that automatically generates frontend and backend code using .NET Core and Vue.js based on database schemas. It functions as a CRUD boilerplate generator and database orchestrator that maps entities into business logic to create administrative interfaces and API endpoints.

What are the main features of cq-panda/vue.netcore?

The main features of cq-panda/vue.netcore are: Full-Stack CRUD Generators, Automated API Generation, Relationship Code Generation, Data Access Automation, ORM Code Generators, Multi-Platform App Compilers, Database Schema Code Generators, Data-Driven UI Libraries.

What are some open-source alternatives to cq-panda/vue.netcore?

Open-source alternatives to cq-panda/vue.netcore include: codegenieapp/serverless-express — serverless-express is a Node.js serverless framework adapter that enables standard web frameworks to run on serverless… dromara/lamp-cloud — Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation… stephenafamo/bob — This project is a database toolkit for Go that provides schema-to-object mapping, fluent query construction, and… pankod/refine — Refine is a React-based framework for building data-intensive internal tools, admin panels, and B2B applications. It… infyomlabs/laravel-generator — This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and… meanjs/mean — This project is a full-stack JavaScript application generator and framework that integrates MongoDB, Express,…

Open-source alternatives to Vue.NetCore

Similar open-source projects, ranked by how many features they share with Vue.NetCore.
  • codegenieapp/serverless-expressCodeGenieApp avatar

    CodeGenieApp/serverless-express

    5,266View on GitHub↗

    serverless-express is a Node.js serverless framework adapter that enables standard web frameworks to run on serverless compute. It utilizes a compatibility layer to map cloud gateway events and triggers into standard HTTP request and response objects. The project features a full-stack code generator that produces API endpoints, database schemas, and frontend boilerplate from centralized entity relationship configurations. It includes a serverless event router to translate non-HTTP cloud events into simulated HTTP requests and a tool for provisioning NoSQL databases and cloud resources using d

    JavaScriptalbapi-gatewayaws
    View on GitHub↗5,266
  • dromara/lamp-clouddromara avatar

    dromara/lamp-cloud

    5,752View on GitHub↗

    Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation for building enterprise-grade administration systems. Its core identity centers on supporting multiple tenant isolation strategies—including database-per-tenant, schema-per-tenant, and shared-table modes—that can be switched without altering business code, alongside a role-based access control system enforced at the gateway layer across all microservices. The framework distinguishes itself through comprehensive tenant lifecycle management tools that allow creating, configurin

    Javaadmincloudeureka
    View on GitHub↗5,752
  • stephenafamo/bobstephenafamo avatar

    stephenafamo/bob

    1,739View on GitHub↗

    This project is a database toolkit for Go that provides schema-to-object mapping, fluent query construction, and automated code generation. It functions as a framework for type-safe database access, enabling developers to interact with relational databases by generating models and interfaces directly from existing database schemas. The toolkit distinguishes itself through a workflow that parses hand-written SQL files to generate type-safe functions, allowing for the integration of custom SQL while maintaining consistent result mapping. It supports modular customization through a plugin-based

    Godatabasegolanghacktoberfest
    View on GitHub↗1,739
  • pankod/refinepankod avatar

    pankod/refine

    34,909View on GitHub↗

    Refine is a React-based framework for building data-intensive internal tools, admin panels, and B2B applications. It functions as a data-driven UI library and a headless admin panel generator that connects frontends to external backend services using standardized logic for state management and network request handling. The project decouples business logic from the presentation layer, allowing any custom design system or interface library to be applied to the application. It includes a CRUD application generator that automatically creates user interfaces for managing records based on the struc

    TypeScript
    View on GitHub↗34,909
  • See all 30 alternatives to Vue.NetCore→