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
hezhongfeng avatar

hezhongfeng/vue-page-stack

0
View on GitHub↗
764 stars·84 forks·JavaScript·MIT·16 viewsvue-page-stack.hezf.online↗

Vue Page Stack

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器

Features

  • Routing and Navigation - Navigation manager for Vue single-page applications.

Star history

Star history chart for hezhongfeng/vue-page-stackStar history chart for hezhongfeng/vue-page-stack

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 Page Stack

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

    zack24q/vue-navigation

    1,019View on GitHub↗

    This library is a navigation manager for Vue applications that provides a stack-based history system to simulate native mobile application behavior. It functions as a router extension that tracks route transitions and maintains a chronological log of visited pages, allowing for predictable forward and backward movement within single-page applications. The project distinguishes itself by preserving component states, including scroll positions and data, during navigation. By caching these states in memory, it prevents full page re-renders when users return to previous views, ensuring that the a

    JavaScriptcachenavigationpage
    View on GitHub↗1,019
  • gothinkster/angular-realworld-example-appgothinkster avatar

    gothinkster/angular-realworld-example-app

    5,616View on GitHub↗

    This is a TypeScript web application and single-page application built with Angular. It serves as a full-featured blogging platform and content management system that implements professional architectural patterns for building complex user interfaces. The project functions as a REST API client that integrates with a backend service to manage users, articles, and social interactions. It includes a markdown content renderer to display formatted articles and a system for content discovery using paginated feeds and category filters. The application covers several functional domains, including us

    TypeScript
    View on GitHub↗5,616
  • flutterando/modularFlutterando avatar

    Flutterando/modular

    1,381View on GitHub↗

    Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture through module-based dependency injection and navigation management. It enables developers to organize complex codebases into independent, decoupled units, facilitating the management of shared services and object lifecycles within specific application scopes. The framework distinguishes itself by offering hierarchical dependency scoping and lazy resolution, which allow for the automatic creation and disposal of objects based on the active module or page lifecycle. It also features

    Dart
    View on GitHub↗1,381
  • kassaila/vue-router-citadelKassaila avatar

    Kassaila/vue-router-citadel

    11View on GitHub↗

    Vue Router Citadel is a middleware-driven navigation control system for Vue Router that lets you build layered, predictable, and scalable route protection.

    TypeScript
    View on GitHub↗11
Compare all 12 related projects→

Frequently asked questions

What does hezhongfeng/vue-page-stack do?

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器

What are the main features of hezhongfeng/vue-page-stack?

The main features of hezhongfeng/vue-page-stack are: Routing and Navigation.

Which projects share features with hezhongfeng/vue-page-stack?

Projects with overlapping indexed features include: flutterando/modular — Modular is a framework for the Flutter ecosystem that provides a structured approach to application architecture… gothinkster/angular-realworld-example-app — This is a TypeScript web application and single-page application built with Angular. It serves as a full-featured… zack24q/vue-navigation — This library is a navigation manager for Vue applications that provides a stack-based history system to simulate… posva/unplugin-vue-router — Next Generation file based typed routing for Vue Router. awdr74100/vite-plugin-vue-middleware — File-based navigation guards for Vue Router. remix-run/react-router — React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It…