browser-sync.js 让浏览器与编辑器同步,释放F5刷新
让浏览器与编辑器同步,释放F5刷新,支持所有主流浏览器,火狐可以直接本地运行,其他浏览器需要在服务器端
JavaScript 其它杂项
共3Star
详细介绍
browser-sync.js
Browser and editor synchronization, without manually refresh the page, always update data, Firefox can run directly locally, other browsers need to be on the server side.
usage
The default support refreshes the current HTML document Add the "sync" property to synchronize external files
<link rel="stylesheet" href="style.css" sync />
<script src="main.js" sync></script>