Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 800 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 800 Bytes

English | 简体中文

Static mode

Description of the directory structure

  • static-a is the business domain environment. (pretend static resources that have been deployed on the server.)
  • static-b is the local development environment. (pretend local static resources while debugging)

static-example

Install & start

  1. cd in static-astatic-b install and run separately
  2. Access localhost:9000 you can open a static-a page.
  3. Click open button in localmock plugin,the local devServer/localhost:9001 can directly accessible in domain localhost:9000

Since then, static debugging mode has been completed.