Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 744 Bytes

README_CN.md

File metadata and controls

18 lines (11 loc) · 744 Bytes

English | 简体中文

static 模式

目录结构说明

  • static-a 表示业务域名环境(模拟已部署在服务器的静态资源)
  • static-b 表示本地开发环境(模拟在在本地开发调试的静态资源)

static-example

安装与启动

  1. 进入 static-a、static-b 分别安装并运行
  2. 用户访问 localhost:9000 中看到了 static-a 的页面资源
  3. 点击 localmock 面板中 开启本地调试 按钮,在localhost:9000域名下即可直接访问到本地的 devServer/localhost:9001

自此,静态调试模式已经完成