现代 Web 工程体系
modernjs.dev
The meta-framework suite designed from scratch for frontend-focused modern web development
The doc site (modernjs.dev) and articles are only available in Chinese for now, we are planning to add English versions soon.
Some implementation of Modern.js are modified from existing projects, such as create-react-app, vite, wmr and jest. Thanks for them.
-
Testing: Run jest by node.js API, some code modified from jest-cli.
-
esbuild-webpack-plugin: modified from esbuild-webpack-plugin and support webpack 5.
-
Webpack messages formatter and module scopes plugin: modified from react-dev-utils and refactored to TypeScript.
-
bundle-require: modified from bundle-require.
-
farrow-pipeline: modified from farrow-pipeline.