Skip to content

Commit 634285f

Browse files
authored
Merge pull request #102 from codingapi/dev
fix readme
2 parents 1c5efdf + 6c6c774 commit 634285f

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

admin-ui/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This is a simple React App with Webpack5 & Typescript.
1212
7. Support Mock Server for API Mocking
1313
8. Support Monaco Editor for Code Editor
1414
9. Support Access ControlPanel for Menu & Page Components
15+
10. Support Jest for Unit Testing
16+
11. Support DockerCompose for Deployment
1517

1618
## Running
1719
```shell

admin-ui/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
work correctly both with client-side routing and a non-root public URL.
1818
Learn how to configure a non-root public URL by running `npm run build`.
1919
-->
20-
<title>Admin-Pro UI</title>
20+
<title>Admin UI</title>
2121
</head>
2222
<body>
2323
<noscript>You need to enable JavaScript to run this app.</noscript>

mobile-ui/public/favicon.ico

3.78 KB
Binary file not shown.

mobile-ui/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="/logo.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta
88
name="description"

mobile-ui/public/logo.ico

-4.19 KB
Binary file not shown.

mobile-ui/public/logo.png

5.22 KB
Loading

mobile-ui/readme.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Mobile-ui with Antd For Micro Frontends
22

3-
This is a simple React App with Webpack5 & Typescript.
3+
This is a Simple React App with Webpack5 & Typescript.
44

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

1617
## Running
1718
```shell

0 commit comments

Comments
 (0)