# ASP_PLUGIN **Repository Path**: wdssmq/ASP_PLUGIN ## Basic Information - **Project Name**: ASP_PLUGIN - **Description**: Z-Blog ASP 插件 - **Primary Language**: ASP - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.wdssmq.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-01-02 - **Last Updated**: 2023-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASP_PLUGIN #### 介绍 Z-Blog ASP 插件 #### 关于
#### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 热重载 ```bash cnpm install -g browser-sync eslint ``` ```bash browser-sync start --proxy "http://wdssmq.zb/" \ --cwd "/d/#web/wdssmq.zb/zb_users/" \ --files "PLUGIN/**/*.css, PLUGIN/**/*.html, PLUGIN/**/*.js, PLUGIN/**/*.asp, PLUGIN/**/*.txt" #—— 只监听插件变化 ````