webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
How to download and setup webpack
Open terminal and run command
git clone https://github.com/webpack/webpack.git
git clone is used to create a copy or clone of webpack repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with webpack https://github.com/webpack/webpack/archive/master.zip
Or simply clone webpack with SSH
[email protected]:webpack/webpack.git
If you have some problems with webpack
You may open issue on webpack support forum (system) here: https://github.com/webpack/webpack/issuesSimilar to webpack repositories
Here you may see webpack alternatives and analogs
freeCodeCamp bootstrap vue react You-Dont-Know-JS javascript electron node atom axios three.js html5-boilerplate meteor express angular material-ui Chart.js TypeScript free-programming-books-zh_CN ionic-framework nw.js lodash materialize yarn javascript-algorithms element echarts Front-End-Checklist babel freecodecamp.cn