File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed
Expand file tree Collapse file tree 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.
12127 . Support Mock Server for API Mocking
13138 . Support Monaco Editor for Code Editor
14149 . 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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
661 . Support Webpack 5 ModuleFederationPlugin for Micro Frontends
772 . Support Dynamic zip component loading
883 . Support Dynamic Routing & Dynamic Menu
994 . Support Axios for API calls
10- 5 . Support Antd & Pro-Components UI Library
10+ 5 . Support Antd-Mobile UI Library
11116 . Support Redux for State Management
12127 . 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
You can’t perform that action at this time.
0 commit comments