Skip to content

Dev #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 18, 2025
Merged

Dev #134

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Admin-ui with Antd For Micro Frontends

This is a simple React App with Webpack5 & Typescript.
This is a simple React App with RsBuild & Typescript.

## Features
1. Support Webpack 5 ModuleFederationPlugin for Micro Frontends
1. Support RsBuild ModuleFederationPlugin for Micro Frontends
2. Support Dynamic zip component loading
3. Support Dynamic Routing & Dynamic Menu
4. Support Axios for API calls
Expand Down
28 changes: 14 additions & 14 deletions admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.8.7",
"@babel/standalone": "^7.25.6",
"@codingapi/flow-pc": "^0.0.43",
"@codingapi/form-pc": "^0.0.43",
"@codingapi/ui-framework": "^0.0.43",
"@codingapi/flow-pc": "^0.0.44",
"@codingapi/form-pc": "^0.0.44",
"@codingapi/ui-framework": "^0.0.44",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@handsontable/react-wrapper": "^15.0.0",
Expand All @@ -29,7 +28,6 @@
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"remark-gfm": "^4.0.1",
"typescript": "^5.6.2",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -58,25 +56,26 @@
]
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/standalone": "^7.25.6",
"@module-federation/enhanced": "^0.17.0",
"@module-federation/rsbuild-plugin": "^0.17.0",
"@rsbuild/core": "^1.4.7",
"@rsbuild/plugin-react": "^1.3.4",
"@rsbuild/plugin-sass": "^1.3.3",
"@types/babel__standalone": "^7.1.7",
"@types/node": "^16.18.108",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/babel__standalone": "^7.1.7",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^16.18.108",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"babel-jest": "^29.7.0",
"css-loader": "^7.1.2",
"express": "^4.21.0",
Expand All @@ -85,11 +84,12 @@
"jest-environment-jsdom": "^29.7.0",
"mockjs": "^1.1.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"sass": "^1.78.0",
"sass": "^1.89.2",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.3.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}
96 changes: 0 additions & 96 deletions admin-ui/webpack.common.js

This file was deleted.

21 changes: 0 additions & 21 deletions admin-ui/webpack.config.dev.js

This file was deleted.

29 changes: 0 additions & 29 deletions admin-ui/webpack.config.mock.js

This file was deleted.

9 changes: 0 additions & 9 deletions admin-ui/webpack.config.prod.js

This file was deleted.

28 changes: 14 additions & 14 deletions mobile-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/standalone": "^7.25.6",
"@codingapi/flow-mobile": "^0.0.43",
"@codingapi/form-mobile": "^0.0.43",
"@codingapi/ui-framework": "^0.0.43",
"@codingapi/flow-mobile": "^0.0.44",
"@codingapi/form-mobile": "^0.0.44",
"@codingapi/ui-framework": "^0.0.44",
"@logicflow/core": "^2.0.10",
"@logicflow/extension": "^2.0.14",
"@reduxjs/toolkit": "^2.2.7",
Expand All @@ -24,7 +23,6 @@
"react-resizable": "^3.0.5",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -53,34 +51,36 @@
]
},
"devDependencies": {
"@babel/standalone": "^7.25.6",
"@module-federation/enhanced": "^0.17.0",
"@module-federation/rsbuild-plugin": "^0.17.0",
"@rsbuild/core": "^1.4.7",
"@rsbuild/plugin-react": "^1.3.4",
"@rsbuild/plugin-sass": "^1.3.3",
"@types/babel__standalone": "^7.1.7",
"@types/node": "^16.18.108",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/react-resizable": "^3.0.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/babel__standalone": "^7.1.7",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^16.18.108",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-resizable": "^3.0.8",
"babel-jest": "^29.7.0",
"css-loader": "^7.1.2",
"express": "^4.21.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockjs": "^1.1.0",
"sass": "^1.78.0",
"sass": "^1.89.2",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.3.2",
"ts-loader": "^9.5.1"
"ts-loader": "^9.5.1",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions mobile-ui/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Mobile-ui with Antd For Micro Frontends

This is a Simple React App with Webpack5 & Typescript.
This is a Simple React App with RsBuild & Typescript.

## Features
1. Support Webpack 5 ModuleFederationPlugin for Micro Frontends
1. Support RsBuild ModuleFederationPlugin for Micro Frontends
2. Support Dynamic zip component loading
3. Support Dynamic Routing & Dynamic Menu
4. Support Axios for API calls
Expand Down