Ant Design Pro documentation linkPro. Ant. The design/useful – CN/docs /…Ant Design Pro is based on Ant Design and UMI package of a complete set of enterprise-level background front-end/Design solutions, committed to Design specifications and basic components on the basis of continuing to build up, extract typical templates/business components/supporting Design resources, To further enhance the experience of “users” and “designers” in the design and development process of enterprise background products. With continuous feedback from the “designers”, we will continue to iterate, gradually accumulate and summarize more design patterns and corresponding code implementation, describe the best practices of the product template/component/business scenario in the background, and look forward to your participation and cooperation. Package manager: Recommendedwww.npmjs.com/package/tya…Install time and probability of failure, and fully compatible with NPM. Ant Design Pro uses Umi as a development tool. I suggest you check out the FREQUENTLY Asked questions about Umi first. To get an idea of the overall Ant Design Pro architecture, look at the following big picture.

Initialize the

Use NPM NPX creation-umi myapp. Use Yarn Yarn to create umi myapp. Follow the instructions of umi scaffolding to complete your tasks step by step. Install dependencies: CD myapp && tyarn or CD myApp && NPM install

The development of

Once the scaffold is initialized and ready to start development, we provide some commands to help with development.

start

Running this script will start the service and automatically open the default browser to display your page. When you re-edit the code, the page will refresh automatically.

build

Running this script will compile your project, and you can find the compiled files in the dist directory of your project for deployment.If you are interested, you can download it and study it yourself

Ant Design Pro GitHub: github.com/ant-design/…