# nodewatch **Repository Path**: zhweixi/nodewatch ## Basic Information - **Project Name**: nodewatch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-17 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 本程序用于编写WEB程序时前端自动刷新,脚本监控文件的变动,一旦有文件变动,将向客户端通知进行刷新 ## 使用方法 - 1.在config.json中配置好监控文件路径 - 2.启动脚本 `npm run watch` - 3.前端页面引入 `` ## 配置说明 - files: 要监控的文件或者目录,最好以绝对路径 - ignore: 忽略监控的文件,支持正则表达式