16
16
- [ fis3-prepackager-imweb-ques ] ( #fis3-prepackager-imweb-ques )
17
17
- [ fis3-prepackager-ques] ( #fis3-prepackager-ques )
18
18
19
- ## fis-parser-imweb-tpl
19
+ ## [ fis-parser-imweb-tpl] ( https://github.com/ousiri/fis-parser-imweb-tpl )
20
20
21
21
将tpl转化成js文件require使用
22
22
@@ -30,19 +30,19 @@ var tpl = require('hi.tpl');
30
30
console .log (tpl ({name: ' fis.free' }));
31
31
```
32
32
33
- ## fis-postprocessor-autoprefixer
33
+ ## [ fis-postprocessor-autoprefixer] ( https://github.com/ZoomZhao/fis-postprocessor-autoprefixer )
34
34
35
35
对css做自动添加-webikit-等前缀处理
36
36
37
- ## fis3-deploy-local-deliver
37
+ ## [ fis3-deploy-local-deliver] ( https://github.com/fex-team/fis3-deploy-local-deliver )
38
38
39
39
写入dev/dist目录文件
40
40
41
- ## fis3-deploy-pack
41
+ ## [ fis3-deploy-pack] ( https://github.com/feix760/fis3-deploy-pack )
42
42
43
43
生成离线包zip文件
44
44
45
- ## fis3-deploy-skip-packed
45
+ ## [ fis3-deploy-skip-packed] ( https://github.com/fex-team/fis3-deploy-skip-packed )
46
46
47
47
被sprite的png文件等不被发布至dist
48
48
@@ -67,10 +67,11 @@ console.log(tpl({name: 'fis.free'}));
67
67
</html >
68
68
```
69
69
70
- ## fis3-hook-commonjs
70
+ ## [ fis3-hook-commonjs] ( https://github.com/fex-team/fis3-hook-commonjs )
71
71
72
+ commonjs模块化
72
73
73
- ## fis3-hook-lego
74
+ ## [ fis3-hook-lego] ( https://github.com/imweb/fis3-hook-lego )
74
75
75
76
Lego组件插件组件
76
77
@@ -84,26 +85,26 @@ var util = require('util'); // 将能直接require到lego_modules/util下的组
84
85
</html >
85
86
```
86
87
87
- ## fis3-parser-babel
88
+ ## [ fis3-parser-babel] ( https://github.com/ouvens/fis3-parser-babel )
88
89
89
90
es6 babel parse
90
91
91
- ## fis3-parser-node-sass
92
+ ## [ fis3-parser-node-sass] ( https://github.com/fex-team/fis-parser-node-sass )
92
93
93
94
sass parse
94
95
95
- ## fis3-postpackager-inline
96
+ ## [ fis3-postpackager-inline] ( https://github.com/imweb/fis3-postpackager-inline )
96
97
97
98
将小的资源文件自动inline至html
98
99
99
100
* css: <20kb; js: <10kb;(gzip前)*
100
101
101
- ## fis3-postpackager-loader
102
+ ## [ fis3-postpackager-loader] ( https://github.com/fex-team/fis3-postpackager-loader )
102
103
103
104
- 分析html入口main.js的所有依赖
104
105
- dist时将所有文件打包成一个文件
105
106
106
- ## fis3-prepackager-ques
107
+ ## [ fis3-prepackager-ques] ( https://github.com/imweb/fis3-prepackager-ques )
107
108
108
109
Ques模块化插件
109
110
@@ -117,7 +118,7 @@ Ques模块化插件
117
118
</html >
118
119
```
119
120
120
- ## fis3-prepackager-imweb-ques
121
+ ## [ fis3-prepackager-imweb-ques ] ( https://github.com/imweb/fis3-prepackager-imweb-ques )
121
122
122
123
不推荐使用,将被fis3-prepackager-ques代替
123
124
0 commit comments