Awesome
Profile
Target:使用Webpack提升前端开发效率
Techs:NodeJs + Npm + React + Babel + Webpack + Less
Features
- 支持 ES6
- 支持 React
- 支持 jQuery
- 支持 Less
- 支持 Font-Awesome
Usage
1、安装依赖:$ npm install
2、启动应用:$ npm run dev
3、静态编译:$ npm run build
Articals
- webpack 教科书式入门教程
- Webpack傻瓜指南(一)
- Webpack傻瓜指南(二)开发和部署技巧
- 基于webpack的前端工程化开发之多页站点篇(一)
- 基于webpack的前端工程化开发之多页站点篇(二)
Notes
Which version of the package is installed?
If there is no package.json file in the local directory, the latest version of the package is installed.
If there is package.json file, the latest version satisfying the semver rule declared in package.json for that package (if there is any) is installed.【注意到这条了吗?这里是一个坑,意味着有些时候,版本号写死可能更靠谱】
Webpack已升级到2.x版本