English | 简体中文
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)
- cd in
static-a
、static-b
install and run separately - Access
localhost:9000
you can open astatic-a
page. - Click
open
button in localmock plugin,the localdevServer/localhost:9001
can directly accessible in domainlocalhost:9000
Since then, static debugging mode has been completed.