Skip to content

fix readme #102

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 1 commit into from
May 10, 2025
Merged
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
2 changes: 2 additions & 0 deletions admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This is a simple React App with Webpack5 & Typescript.
7. Support Mock Server for API Mocking
8. Support Monaco Editor for Code Editor
9. Support Access ControlPanel for Menu & Page Components
10. Support Jest for Unit Testing
11. Support DockerCompose for Deployment

## Running
```shell
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Admin-Pro UI</title>
<title>Admin UI</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added mobile-ui/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion mobile-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
Expand Down
Binary file removed mobile-ui/public/logo.ico
Binary file not shown.
Binary file added mobile-ui/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions mobile-ui/readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Mobile-ui with Antd For Micro Frontends

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

## Features
1. Support Webpack 5 ModuleFederationPlugin for Micro Frontends
2. Support Dynamic zip component loading
3. Support Dynamic Routing & Dynamic Menu
4. Support Axios for API calls
5. Support Antd & Pro-Components UI Library
5. Support Antd-Mobile UI Library
6. Support Redux for State Management
7. Support Mock Server for API Mocking
8. Support Monaco Editor for Code Editor
9. Support Access ControlPanel for Menu & Page Components
8. Support Access Components
9. Support Jest for Unit Testing
10. Support DockerCompose for Deployment

## Running
```shell
Expand Down