Skip to content

JasonBai007/webpack-starter-kit

Repository files navigation

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

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版本

Screencapture

screen

About

a starter kit for building SPA with Webpack(2.x)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published