Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 530 Bytes

基于React+TS的英雄联盟主页以及管理后台

1.文件说明:

  • admin:管理后台的文件
  • web:主页文件

2.如何运行:

  • 代码下载到本地后,进入admin和web分别进行
npm install 或者 cnpm install 或者 yarn install
  • 进入admin,运行
npm run serve 或者 yarn start
  • 进入web,运行
npm run serve