diff --git a/docs/quickreference.html b/docs/quickreference.html index ae05101b..c0f1469e 100644 --- a/docs/quickreference.html +++ b/docs/quickreference.html @@ -20,6 +20,7 @@

安装依赖编译生成 HTML 页面

npm i         # 安装依赖
 npm run build # 编译输出 HTML
+npm run start # 监听 md 文件编译输出 HTML
 

HTML 存放在仓库根目录下的 dist 目录中,将 dist/index.html 静态页面在浏览器中打开预览。

介绍