alibaba / ice

🚀 ice.js: The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
https://ice.work
MIT License
17.8k stars 2.09k forks source link

Log available URLs during development #6865

Closed ClarkXia closed 1 month ago

ClarkXia commented 2 months ago

Summary | 概述

No response

Motivation | 背景

During development, the framework logs only the shortest page URL, which may not facilitate convenient access to other pages. To improve the development experience, consider logging a list of all available page URLs for easier navigation.``

Usage example | 使用示例

No response

Detailed design | 方案设计

Introduced a new CLI option --list to enable logging of all available page URLs, enhancing developer visibility and accessibility to various pages within the application.

Additional context | 额外信息

No response