创建项目文件夹,在项目文件夹下按以下步骤进行操作:
执行安装命令
npx create-umi Ok to proceed (y) --可以继续吗? --输入y按回车或按回车确认安装
选择模板类型
Select the boilerplate type (Use arrow keys) --选择模板类型(使用方向键) ant-design-pro --创建项目时,只用ant-design-pro的模板,与umi块一起使用。 app --创建一个具有简单模板的项目,支持typescript。 plugin --创建一个UMI插件。
选择要使用的语言
Which language do you want to use? (Use arrow keys) --你想使用哪种语言?(使用方向键) TypeScript JavaScript
选择脚手架完整程度
Do you need all the blocks or a simple scaffold? (Use arrow keys)要全量的还是一个简单的脚手架?(使用方向键) simple 简单的 complete 完整的
安装依赖
npm install