安装 ant design pro

Posted wanglan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 ant design pro相关的知识,希望对你有一定的参考价值。

新建一个空的文件夹作为项目的目录,并在目录下执行

yarn create umi 或者  npm create umi

如果不创建空目录,可以执行

yarn create umi  appname  或者  npm create umi appname

选择ant design pro 

 Select the boilerplate type (Use arrow keys)
? ant-design-pro  - Create project with an layout-only ant-design-pro boilerplate, use together with umi block.
  app             - Create project with a simple boilerplate, support typescript.
  block           - Create a umi block.
  library         - Create a library with umi.
  plugin          - Create a umi plugin.

选择安装的版本

? Select the boilerplate type ant-design-pro
? ? Be the first to experience the new umi@3 ? (Use arrow keys)
  Pro V5
> Pro V4

选择语言类型

? Select the boilerplate type ant-design-pro
? ? Be the first to experience the new umi@3 ? Pro V4
? ? Which language do you want to use?
  TypeScript
> javascript

选择简单还是全部安装

? Select the boilerplate type ant-design-pro
? ? Be the first to experience the new umi@3 ? Pro V4
? ? Which language do you want to use? JavaScript
? ? Do you need all the blocks or a simple scaffold? (Use arrow keys)
> simple
  complete

安装完成后安装依赖

yarn 获取 npm install

启动项目

yanr start 或者 npm start

 

以上是关于安装 ant design pro的主要内容,如果未能解决你的问题,请参考以下文章

Ant Design Pro安装学习

nginx部署ant-design-pro

安装项目依赖包---基于Ant-Design-Pro-2-0-的CMS管理后台入门系列

014-ant design pro advanced 使用 CLI 工具

ant design pro (十四)advanced 使用 CLI 工具

Ant Design Pro V5 包含演示效果创建方法