Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyj1022/fe-build

前端开发环境搭建方法,包括node、npm、grunt、gulp、webpack ……
https://github.com/zyj1022/fe-build

Last synced: about 5 hours ago
JSON representation

前端开发环境搭建方法,包括node、npm、grunt、gulp、webpack ……

Awesome Lists containing this project

README

        

# FE-build

主要介绍前端构建工具的基本使用说明,以及基础示例。

希望对初学者有一个系统的指导入门

- [node 安装方法](https://github.com/zyj1022/FE-build/blob/master/node.md)
- [npm 介绍](https://github.com/zyj1022/FE-build/blob/master/npm.md)
- [bower 入门指南](https://github.com/zyj1022/FE-build/blob/master/bower.md)
- [grunt 入门指南](https://github.com/zyj1022/FE-build/blob/master/grunt.md)
- [gulp 入门指南](https://github.com/zyj1022/FE-build/blob/master/gulp.md)
- [webpack 入门指南](https://github.com/zyj1022/FE-build/blob/master/webpack.md)