All Projects → AccordBox → python-webpack-boilerplate

AccordBox / python-webpack-boilerplate

Licence: MIT license
Django Webpack boilerplate & Flask Webpack boilerplate

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Makefile
30231 projects

Projects that are alternatives of or similar to python-webpack-boilerplate

vue-webpack-chrome-extension-template
Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
Stars: ✭ 107 (+22.99%)
Mutual labels:  webpack-boilerplate
webpack-boilerplate
Minimal webpack boilerplate
Stars: ✭ 42 (-51.72%)
Mutual labels:  webpack-boilerplate
webpack-starter
🗽 Webpack + Babel + Sass
Stars: ✭ 11 (-87.36%)
Mutual labels:  webpack-boilerplate
babel-webpack-package-boilerplate
boilerplate for building an npm package using webpack, with next-gen javascript transpilation through babel
Stars: ✭ 23 (-73.56%)
Mutual labels:  webpack-boilerplate
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-72.41%)
Mutual labels:  webpack-boilerplate
vue-webpack-boilerplate
A webpack boilerplate with vue-loader, axios, vue-router and vuex
Stars: ✭ 51 (-41.38%)
Mutual labels:  webpack-boilerplate
multi-vue-webpack
A multi entry vue project template
Stars: ✭ 18 (-79.31%)
Mutual labels:  webpack-boilerplate
react-ts-webpack-boilerplate
This is the ultimate lightweight boilerplate needed for a React application using typescript with webpack
Stars: ✭ 17 (-80.46%)
Mutual labels:  webpack-boilerplate
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (-62.07%)
Mutual labels:  webpack-boilerplate
Webpack Boilerplate
📦 ‎ A sensible webpack 5 boilerplate.
Stars: ✭ 1,949 (+2140.23%)
Mutual labels:  webpack-boilerplate
react-boilerplate
minimalize modern react boilerplate created using webpack 4 include technology pwa and include popular tools for react developer
Stars: ✭ 18 (-79.31%)
Mutual labels:  webpack-boilerplate
webpack-es6-sass-boilerplate
A minimalistic webpack 4 based boilerplate for building web apps
Stars: ✭ 38 (-56.32%)
Mutual labels:  webpack-boilerplate
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+112.64%)
Mutual labels:  webpack-boilerplate

Jump start frontend project bundled by Webpack

Build Status PyPI version Documentation

Difference between django-webpack-loader

When using django-webpack-loader, you need to create Webpack project on your own, which is not easy for many newbie Django developers.

python-webpack-boilerplate can let you play with modern frontend tech in Django, even you have no idea how to config Webpack.

Features

  • 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

Documentation

  1. Setup With Django
  2. Setup With Flask
  3. Frontend Workflow

Special Thanks

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].