Posts antdpro v5 start
Post
Cancel

antdpro v5 start

antdpro v5

typescrit 버전으로 실행해 보겠습니다.

create

  • yarn create umi antprov-v5-typescript

  • option

1
2
3
4
5
? 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. 

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

build

1
yarn
1
2
3
4
5
6
7
8
9
  App running at:
  - Local:   http://localhost:8000 (copied to clipboard)
  - Network: http://169.254.136.108:8000
 WAIT  Compiling..  

✔ Webpack
  Compiled successfully in 1.65s

 DONE  Compiled successfully in 1654ms     

run

1
2
3
yarn start
ID: admin 혹은 user
PW: ant.design

실행이미지

This post is licensed under CC BY 4.0 by the author.