Ibochkarev / webpack-starter-pug-sass-es6-jquery

Webpack 4 starter that supports Pug, SASS, ES6, jQuery... (without framework)

Home Page:https://edgardorl.com/web-development/simple-webpack-starter-with-pugjs-sass-jquery-es6-and-more/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack project starter with Pug, Sass/Stylus, jQuery, Babel and Yarn

The purpose if this webpack starter is to allow people to create websites without frameworks/libraries like React, Angular, Vue and only using simple but powerful technologies to build quality websites.

Technologies used

  • Templating: Pug
  • Styling: Sass but you can also use stylus
  • Scripting: jQuery or plain Javascript
  • JS Compiler: Babel ES6

Features

  • Well organized folder structure for view, styles and assets.
  • Webpack notifier on every compilation.
  • Compatibility with manifest, browserconfig and other external files you wish to include.
  • Babel module resolver configured to use alias and simplify the paths you need to import.
  • Editorconfig
  • Yarn instead NPM
  • PostCSS

Contributions

You can contribute directly to this repository or create a fork and peform your own modifications.

Terms of use

Feel free to use it in the way you want just be sure to add a link/mention to original repository or the author, me :)

Donations

You can of course help a little bit with some donation to buy more coffee :)

Buy Me A Coffee

About

Webpack 4 starter that supports Pug, SASS, ES6, jQuery... (without framework)

https://edgardorl.com/web-development/simple-webpack-starter-with-pugjs-sass-jquery-es6-and-more/

License:MIT License


Languages

Language:HTML 69.0%Language:JavaScript 19.3%Language:CSS 11.7%