Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加fis3-hook-node_modules的链接 #578

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ FIS3 面向**前端**的**工程构建系统**。解决前端工程中性能优
npm install -g fis3
```

fis3 已经开始支持针对npm的node_modules的模块读取,[fis3-hook-node_modules](https://github.com/fex-team/fis3-hook-node_modules)

## 文档

快速入门、配置、插件开发以及原理等文档 [doc/docs/INDEX.md](doc/docs/INDEX.md)
Expand Down Expand Up @@ -73,6 +75,9 @@ https://github.com/fex-team/fis3-demo

## 常用插件

###依赖管理类
- [fis3-hook-node_modules](https://github.com/fex-team/fis3-hook-node_modules) 让fis3支持npm的node_modules

###优化类(插件属性:optimizer)
- [fis-optimizer-uglify-js](https://www.npmjs.com/package/fis-optimizer-uglify-js) UglifyJS2 压缩插件
- [fis-optimizer-clean-css](https://www.npmjs.com/package/fis-optimizer-clean-css) CleanCss 压缩插件
Expand Down