Jump start frontend project bundled by Webpack
- A
frontend project template
which has good structure, easy to use and customize. You can create the frontend project with just ONE command, and use it even you have no idea how to config Webpack. - Custom template tags which can help load Webpack bundle file in the templates transparently.
- Supports Django and Flask (will support more framework in the future)
- Automatic multiple entry points
- Automatic code splitting
- Hot Module Replacement (HMR) (auto reload web page if you edit JS or SCSS)
- Easy to config and customize
- ES6 Support via babel (v7)
- JavaScript Linting via eslint
- SCSS Support via sass-loader
- Autoprefixing of browserspecific CSS rules via postcss and postcss-preset-env
- Style Linting via stylelint
Need install extra packages
- React
- Vue
- Tailwind CSS
- Bootstrap (Default theme)
NOTE: From v0.0.5, we have renamed the python package from
webpack_loader
towebpack_boilerplate
.