Using webpack, babel, SCSS, autoprefixer, and the Redux Wordpress Framework for the admin settings panel. babel-polyfill is setup so feel free to use async/await, spread operators, import/export, and all the great advantages of ES2017.
- Download or clone file to plugins folder
- Run webpack using
npm start
- SCSS located in the
sass/
folder and compiled usingautoprefixer
. js/app.js
compiled fromsrc/js/main.js
usingbabel-polyfill
anduglifyjs-webpack-plugin