The initial error report was like this. It felt like SCSS was a problem. 1. Install Node-Sass and Sass-Loader 2. Add the configuration to the.umirc.js...
Instead of using a RESTful style API, our back-management project uses a back-management gateway, which distributes requests. How to do this is as follows: All...
React access control scheme Practices access control is a common function in projects, especially in back-end management projects. Combined with actual project requirements, talk about...
For those of you who have used antd icon, createFormIconFontCN, the following usage is introduced: [link] uses the outer link method {code... } For Intranet...
Configurable routing is configured with the Routes object in a configuration file (.umirc.ts or config/config.ts). If there is no Routes configuration item, a contract route...
Qiankun micro-service aggregates systems with different technology stacks (React,Vue,Angular,jQuery) into one system, and each system can be independently deployed and run, which is suitable for...
Microfront-end product development uses Umi-Request, which is similar to (but seems to be stronger than) Axios in that it comes up with a file download...
For example: using Node to start a service called http://localhost:8080; Then the web page visited by this server is the default under the field http://localhost:8080;...
I recently worked on a back-end project where the front-end development framework uses ReactJS. Because I have always used Vue before, although I have learned...
To prepare the Node environment, download the installation package from the Node website and install the Node environment and the Npm tools. I use NVM...
This document is suitable for building micro-front-end applications from 0. Learn the current configuration version of the micro-front-end demo {code... } Create a new folder...
Recently, the Ling team switched from the Vue technology stack to the React technology stack, and specially designated the Design component library to use Ant...
First, as mentioned earlier, Umi is configured in either.umirc.ts or config/config.ts (one of two options, with.umirc.ts having higher priority). Configuration is done by convention. For...
During the development of the sub-application, it is necessary to switch menus frequently, but because the sub-application is packaged and connected to the base, there...