Skip to content

Commit 55e1e49

Browse files
committed
plugins
1 parent 461b046 commit 55e1e49

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

Plugins.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [fis3-prepackager-imweb-ques ](#fis3-prepackager-imweb-ques )
1717
- [fis3-prepackager-ques](#fis3-prepackager-ques)
1818

19-
## fis-parser-imweb-tpl
19+
## [fis-parser-imweb-tpl](https://github.com/ousiri/fis-parser-imweb-tpl)
2020

2121
将tpl转化成js文件require使用
2222

@@ -30,19 +30,19 @@ var tpl = require('hi.tpl');
3030
console.log(tpl({name: 'fis.free'}));
3131
```
3232

33-
## fis-postprocessor-autoprefixer
33+
## [fis-postprocessor-autoprefixer](https://github.com/ZoomZhao/fis-postprocessor-autoprefixer)
3434

3535
对css做自动添加-webikit-等前缀处理
3636

37-
## fis3-deploy-local-deliver
37+
## [fis3-deploy-local-deliver](https://github.com/fex-team/fis3-deploy-local-deliver)
3838

3939
写入dev/dist目录文件
4040

41-
## fis3-deploy-pack
41+
## [fis3-deploy-pack](https://github.com/feix760/fis3-deploy-pack)
4242

4343
生成离线包zip文件
4444

45-
## fis3-deploy-skip-packed
45+
## [fis3-deploy-skip-packed](https://github.com/fex-team/fis3-deploy-skip-packed)
4646

4747
被sprite的png文件等不被发布至dist
4848

@@ -67,10 +67,11 @@ console.log(tpl({name: 'fis.free'}));
6767
</html>
6868
```
6969

70-
## fis3-hook-commonjs
70+
## [fis3-hook-commonjs](https://github.com/fex-team/fis3-hook-commonjs)
7171

72+
commonjs模块化
7273

73-
## fis3-hook-lego
74+
## [fis3-hook-lego](https://github.com/imweb/fis3-hook-lego)
7475

7576
Lego组件插件组件
7677

@@ -84,26 +85,26 @@ var util = require('util'); // 将能直接require到lego_modules/util下的组
8485
</html>
8586
```
8687

87-
## fis3-parser-babel
88+
## [fis3-parser-babel](https://github.com/ouvens/fis3-parser-babel)
8889

8990
es6 babel parse
9091

91-
## fis3-parser-node-sass
92+
## [fis3-parser-node-sass](https://github.com/fex-team/fis-parser-node-sass)
9293

9394
sass parse
9495

95-
## fis3-postpackager-inline
96+
## [fis3-postpackager-inline](https://github.com/imweb/fis3-postpackager-inline)
9697

9798
将小的资源文件自动inline至html
9899

99100
*css: <20kb; js: <10kb;(gzip前)*
100101

101-
## fis3-postpackager-loader
102+
## [fis3-postpackager-loader](https://github.com/fex-team/fis3-postpackager-loader)
102103

103104
- 分析html入口main.js的所有依赖
104105
- dist时将所有文件打包成一个文件
105106

106-
## fis3-prepackager-ques
107+
## [fis3-prepackager-ques](https://github.com/imweb/fis3-prepackager-ques)
107108

108109
Ques模块化插件
109110

@@ -117,7 +118,7 @@ Ques模块化插件
117118
</html>
118119
```
119120

120-
## fis3-prepackager-imweb-ques
121+
## [fis3-prepackager-imweb-ques ](https://github.com/imweb/fis3-prepackager-imweb-ques)
121122

122123
不推荐使用,将被fis3-prepackager-ques代替
123124

0 commit comments

Comments
 (0)