Skip to content

Commit

Permalink
chore: remove monorepo docs in modern.js (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
zllkjc authored Jun 14, 2024
1 parent b8bc2a7 commit 52e1bf6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ It mainly includes the following features:
- 🪜 **Progressive**: Create projects with the most streamlined templates, gradually enable plugin features through the generator, and customize solutions.
- 🏠 **Integration**: Development and production environment web server are unique, CSR and SSR are isomorphic development, and API service calls are functions as interfaces.
- 📦 **Out Of The Box**: Default TS support, built-in build, ESLint, debugging tools, fully functional and testable.
- 🌏 **Ecology**: Self-developed state management, micro-frontend, module packaging, Monorepo solutions, and other peripheral needs.
- 🌏 **Ecology**: Self-developed state management, micro-frontend, module packaging, and other peripheral needs.
- 🕸 **Routing Modes**: Includes self-controlled routing, file-convention-based routing (nested routing), etc.

## Comparison with Others
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Options:

- Doc Site -- doc

- Monorepo -- monorepo

### scenes

Question: Please select the project scenario.
Expand Down Expand Up @@ -69,7 +67,3 @@ The value of the `name` field in the `package.json` file of the Npm module, whic
## Modern Doc

<PackageManager />

## Monorepo

<PackageManager />
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Usage

In Web App, Npm Module and Monorepo projects, we provide the `new` command to create project elements, enable features and create sub-project.
In Web App, Npm Module projects, we provide the `new` command to create project elements, enable features and create sub-project.

## Web App

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Modern.js 能为开发者提供极致的**开发体验(Development Experience
- 🪜 **渐进式**:使用最精简的模板创建项目,通过生成器逐步开启插件功能,定制解决方案。
- 🏠 **一体化**:开发与生产环境 Web Server 唯一,CSR 和 SSR 同构开发,函数即接口的 API 服务调用。
- 📦 **开箱即用**:默认 TS 支持,内置构建、ESLint、调试工具,全功能可测试。
- 🌏 **周边生态**:自研状态管理、微前端、模块打包、Monorepo 方案等周边需求
- 🌏 **周边生态**:自研状态管理、微前端、模块打包等周边需求
- 🕸 **多种路由模式**:包含自控路由、基于文件约定的路由(嵌套路由)等。

## 和其他框架的对比
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ sidebar_position: 3

- 文档站 -- doc

- Monorepo -- monorepo

### scenes

问题:请选择项目场景
Expand Down Expand Up @@ -70,7 +68,3 @@ Npm 模块的 `package.json` 的 name 字段值,该配置值为字符串类型
## 文档站

<PackageManager />

## Monorepo

<PackageManager />
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# 使用

在 Web 应用、 Npm 模块和 Monorepo 项目中,我们提供了 `new` 命令用于创建项目元素、开启功能和创建子项目。
在 Web 应用、 Npm 模块中,我们提供了 `new` 命令用于创建项目元素、开启功能和创建子项目。

## Web 应用

Expand Down

0 comments on commit 52e1bf6

Please sign in to comment.