开发环境
# 安装依赖库 yarn install # 创建开发环境配置文件 cp .env .env.development.local # 启动 dev server yarn run dev
修改 port 和 proxy 配置在: vite.config.ts
vite.config.ts