awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
learn-vuejs avatar

learn-vuejs/vue-patterns

0
View on GitHub↗
2,946 stars·226 forks·MIT·9 viewslearn-vuejs.github.io/vue-patterns↗

Vue Patterns

Useful Vue patterns, techniques, tips and tricks and helpful curated links.

Features

  • Vue Ecosystem - Collection of useful patterns, tips, and best practices.

Star history

Star history chart for learn-vuejs/vue-patternsStar history chart for learn-vuejs/vue-patterns

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Vue Patterns

These projects share indexed features with Vue Patterns. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • hcysunyang/vue-designHcySunYang avatar

    HcySunYang/vue-design

    5,964View on GitHub↗

    This project is a Virtual DOM renderer, an engine that transforms virtual node trees into real DOM elements and updates them efficiently when the tree changes. Its core identity is focused on the rendering and reconciliation of virtual nodes, providing the foundational mechanism for building user interfaces. The renderer implements a patch-based DOM update system that applies targeted operations based on computed differences between virtual node trees. It supports fragment rendering for components with multiple root children, uses keyed child reconciliation to reuse and reorder elements durin

    JavaScript
    View on GitHub↗5,964
  • paulpflug/vue-dev-serverpaulpflug avatar

    paulpflug/vue-dev-server

    21View on GitHub↗

    When you decide to build a new reusable vue component, you probably want to see it in action in different environments without much effort.

    JavaScript
    View on GitHub↗21
  • teambit/bitteambit avatar

    teambit/bit

    18,408View on GitHub↗

    Bit is a component-based development platform and monorepo orchestrator used to build, manage, and share reusable software components across projects. It functions as a system for modular software architecture, providing a component registry for publishing and distributing independent software modules via remote scopes. The platform distinguishes itself through lane-based versioning, which isolates feature development into parallel tracks for comparison and merging. It utilizes a scope-based namespace registry to organize components into hierarchical groups and employs environment-driven comp

    TypeScriptaicollaborationcomponent-driven
    View on GitHub↗18,408
  • ustbhuangyi/vue-analysisU

    ustbhuangyi/vue-analysis

    0View on GitHub↗

    电子书

    View on GitHub↗0
Compare all 8 related projects→

Frequently asked questions

What does learn-vuejs/vue-patterns do?

Useful Vue patterns, techniques, tips and tricks and helpful curated links.

What are the main features of learn-vuejs/vue-patterns?

The main features of learn-vuejs/vue-patterns are: Vue Ecosystem.

Which projects share features with learn-vuejs/vue-patterns?

Projects with overlapping indexed features include: hcysunyang/vue-design — This project is a Virtual DOM renderer, an engine that transforms virtual node trees into real DOM elements and… paulpflug/vue-dev-server — When you decide to build a new reusable vue component, you probably want to see it in action in different environments… teambit/bit — Bit is a component-based development platform and monorepo orchestrator used to build, manage, and share reusable… ustbhuangyi/vue-analysis — 电子书. vuejs/awesome-vue — 🎉 A curated list of awesome things related to Vue.js. vuejs/vue-cli — vue-cli is a frontend development command line interface and scaffolding tool designed for initializing, managing, and…