Home  >  Article  >  Development Tools  >  How to install LiveReload in sublime3 (picture and text)

How to install LiveReload in sublime3 (picture and text)

藏色散人
藏色散人forward
2021-12-16 15:54:063828browse

The following tutorial column from sublime will introduce to you how to install LiveReload in sublime and automatically refresh it in real time after modification. I hope it will be helpful to friends in need!

// This test article uses sublime3

sublime Install LiveReload and modify it Method to automatically refresh in real time:

First: Download the chrome plug-in LiveReload, and set the allowed access to the file URL

How to install LiveReload in sublime3 (picture and text)

Second: Download the sublime plug-in LiveReload support (win, os, linux), and put the directory in the following path (must be renamed LiveReload)

How to install LiveReload in sublime3 (picture and text)

Third: Set in sublime

How to install LiveReload in sublime3 (picture and text)

How to install LiveReload in sublime3 (picture and text)

{
    "enabled_plugins": [
        "SimpleReloadPlugin",
        "SimpleRefresh"
    ]
}

{

"enabled_plugins": [
    "SimpleReloadPlugin",
    "SimpleRefresh"
]

}

Fourth: Test successful verification, the plug-in LiveReload in the chrome browser becomes into solid. After sublime has modified it and press save, a prompt

How to install LiveReload in sublime3 (picture and text)

will appear. Note: If restarting the plug-in does not take effect, you can re-activate it in sublime and it will be ready for use.

How to install LiveReload in sublime3 (picture and text)

Be sure to save this name: LiveReload

How to install LiveReload in sublime3 (picture and text)

The above is the detailed content of How to install LiveReload in sublime3 (picture and text). For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete