antd pro使用
帮助文档地址:https://pro.ant.design/docs/layout-cn
安装
-
新建项目目录,并在该目录下执行命令npm create umi
-
选择ant-design-pro
Select the boilerplate type (Use arrow keys) > ant-design-pro - Create project with a layout-only ant-design-pro boilerplate, use together with umi block. app - Create project with a simple boilerplate, support typescript. plugin - Create a umi plugin.
-
选择第二个v4
Be the first to experience the new umi@3 ? (Use arrow keys) Pro V5 > Pro V4
-
选择第二个js
Which language do you want to use? (Use arrow keys) TypeScript > JavaScript
-
选Complete
you need all the blocks or a simple scaffold? simple > complete
-
执行npm install
-
执行npm start即可看到网站