From 707f927d0735716b8e1dcff61b6d36047d0ed373 Mon Sep 17 00:00:00 2001 From: 2betop Date: Tue, 7 Jun 2016 11:02:25 +0800 Subject: [PATCH] update doc --- doc/docs/common-plugin.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/docs/common-plugin.md b/doc/docs/common-plugin.md index 7b8776b80..dc039e8c0 100644 --- a/doc/docs/common-plugin.md +++ b/doc/docs/common-plugin.md @@ -331,4 +331,24 @@ fis.match('**', { ### hook 插件 -待补充 +#### [fis3-hook-commonjs](https://github.com/fex-team/fis3-hook-commonjs) + +[强烈推荐] CommonJs 模块化支持插件。 详情请见 [README](https://github.com/fex-team/fis3-hook-commonjs) + + +#### [fis3-hook-amd](https://github.com/fex-team/fis3-hook-amd) + +AMD 模块化支持插件。 + +#### [fis3-hook-cmd](https://github.com/fex-team/fis3-hook-cmd) + +CMD 模块化支持插件。 + +#### [fis3-hook-system](https://github.com/fex-team/fis3-hook-system) + +System 模块化支持插件。 + +#### [fis3-hook-node_modules](https://github.com/fex-team/fis3-hook-node_modules) + +支持 npm 组件的插件,npm 包中的模块,直接通过包名就能 `require` 到。 +