Skip to content

Wordpress starter theme with Webpack. Initial enviroment configuration designed to have the best pratices.

Notifications You must be signed in to change notification settings

edbonamigo/wordpress-webpack-boilerplate

Repository files navigation

wowe - starter theme for wordpress using webpack

Initial enviroment configuration designed to have the best pratices.

Features | Install | Usage | Todos


Features

Install

  • install editorconfig
  • install rimraf globaly
  • npm install

Usage

Todos

  • .md Install
  • .md Usage: doc on how to use stuff (e.g. SVG sprites + more info for extract)
  • Implement wp-dev-server
  • test babel polyfill
  • Split CSS output to serve critical and defered styles
  • Fix Autoprefixe
    • Compress the same image in 2 ways, one in a good quality and another in a very low quality, to implement progressive image loading. Reference
  • Code spliting to deliver critical CSS/JS and defer the rest
  • Bundle name (css/js) with hash (for caching) on build mode
    • Use pot files to store the hashed, to later read the names and includ dinamically on the functions.php of wp
  • Make a demo page at wowe.edubonamigo.com

About

Wordpress starter theme with Webpack. Initial enviroment configuration designed to have the best pratices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published