atom-watcher:观看文件更改并实时重新加载 Atom-Shell 应用程序

时间:2024-06-30 11:23:05
【文件属性】:

文件名称:atom-watcher:观看文件更改并实时重新加载 Atom-Shell 应用程序

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-30 11:23:05

JavaScript

原子观察者 观察 Atom-Shell 应用程序中的 html、js 和 css 文件是否有任何更改。 如果 html 或 js 文件更改,则重新加载页面,并在更改时实时重新加载 css 文件。 安装 npm install atom-watcher 用法 使用默认选项: require ( 'atom-watcher' ) ( ) ; 有选项: require ( 'atom-watcher' ) ( { reload_delay : 5000 , // wait 5s before reloading (default 500ms) html : false , // disable reload on html change (default true) css : false , // disable style updates (default true)


【文件预览】:
atom-watcher-master
----index.js(2KB)
----package.json(471B)
----LICENSE(1KB)
----.gitignore(587B)
----README.md(913B)

网友评论