Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ……
- Host: GitHub
- URL: https://github.com/zyj1022/fe-build
- Owner: zyj1022
- Created: 2015-12-15T03:15:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T13:16:51.000Z (almost 9 years ago)
- Last Synced: 2023-04-04T13:03:04.193Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)