File tree 7 files changed +9
-6
lines changed
7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ This is a simple React App with Webpack5 & Typescript.
12
12
7 . Support Mock Server for API Mocking
13
13
8 . Support Monaco Editor for Code Editor
14
14
9 . Support Access ControlPanel for Menu & Page Components
15
+ 10 . Support Jest for Unit Testing
16
+ 11 . Support DockerCompose for Deployment
15
17
16
18
## Running
17
19
``` shell
Original file line number Diff line number Diff line change 17
17
work correctly both with client-side routing and a non-root public URL.
18
18
Learn how to configure a non-root public URL by running `npm run build`.
19
19
-->
20
- < title > Admin-Pro UI</ title >
20
+ < title > Admin UI</ title >
21
21
</ head >
22
22
< body >
23
23
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="icon " href ="/logo .ico " />
5
+ < link rel ="icon " href ="/favicon .ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta
8
8
name ="description "
Original file line number Diff line number Diff line change 1
1
# Mobile-ui with Antd For Micro Frontends
2
2
3
- This is a simple React App with Webpack5 & Typescript.
3
+ This is a Simple React App with Webpack5 & Typescript.
4
4
5
5
## Features
6
6
1 . Support Webpack 5 ModuleFederationPlugin for Micro Frontends
7
7
2 . Support Dynamic zip component loading
8
8
3 . Support Dynamic Routing & Dynamic Menu
9
9
4 . Support Axios for API calls
10
- 5 . Support Antd & Pro-Components UI Library
10
+ 5 . Support Antd-Mobile UI Library
11
11
6 . Support Redux for State Management
12
12
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
15
16
16
17
## Running
17
18
``` shell
You can’t perform that action at this time.
0 commit comments