# modern.js
**Repository Path**: modern-js-dev/modern.js
## Basic Information
- **Project Name**: modern.js
- **Description**: The meta-framework suite designed from scratch for frontend-focused modern web development.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-08-18
- **Last Updated**: 2025-05-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Modern.js
基于 React 的渐进式现代 Web 开发框架。
[English](./README.md) | 简体中文
## 快速上手
请参考 [快速上手](https://modernjs.dev/guides/get-started/quick-start) 来开始使用 Modern.js。
## 文档
- [中文文档](https://modernjs.dev)
- [英文文档](https://modernjs.dev/en/)
## 生态
Modern.js 生态提供了以下解决方案:
- 🦄 [Modern.js Module](https://modernjs.dev/module-tools): 简单、高性能的现代 npm 包开发方案。
- 🐧 [Modern.js Builder](https://modernjs.dev/builder): 面向 Web 开发场景的构建引擎。
- 🐟 [Garfish](https://github.com/modern-js-dev/garfish): 一站式微前端解决方案。
- 🐈 [Reduck](https://github.com/modern-js-dev/reduck): 基于 Redux 的状态管理库。
## 参与贡献
> 欢迎参与 Modern.js 贡献!
请阅读 [贡献指南](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md) 来共同参与 Modern.js 的建设。
## Credits
Modern.js 中的部分代码是参考社区中的其他项目实现的,比如 [create-react-app](https://github.com/facebook/create-react-app),[jest](https://github.com/facebook/jest) 和 [bundle-require](https://github.com/egoist/bundle-require) 等,感谢这些项目:
- `@modern-js/bundle-require`: 修改自 [bundle-require](https://github.com/egoist/bundle-require).
- `@modern-js/plugin`: hook API 的实现参考了 [farrow-pipeline](https://github.com/farrow-js/farrow/tree/master/packages/farrow-pipeline).
- `@modern-js/builder`: moduleScope 和 fileSize 插件参考了 [create-react-app](https://github.com/facebook/create-react-app)。
- `@modern-js/plugin-testing`: jest runner 参考了 [jest-cli](https://github.com/facebook/jest/blob/fdc74af37235354e077edeeee8aa2d1a4a863032/packages/jest-cli/src/cli/index.ts#L21).
- `@modern-js/doc-tools`: 部分样式参考了 [vitepress](https://github.com/vuejs/vitepress)。
## License
Modern.js 项目基于 [MIT 协议](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE),请自由地享受和参与开源。