Skip to content

Latest commit

 

History

History

font

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

@umijs/max 模板项目,更多功能参考 Umi Max 简介

准备

  • pnpm安装
curl -fsSL https://get.pnpm.io/install.sh | sh -
$ pnpm -v
7.3.0
  • nvm安装
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
$ nvm -v
0.39.1
  • node安装
$ nvm install 16
$ nvm use 16
$ node -v
v16.10.0

启动

pnpm dev

代理

找到config/proxy.ts文件,将target改成所要代理的IP