Compiles and bundles Javascript and CSS files.
Clone the repo, cd into it and run npm install.
You put an index.js in a src folder, and Webpack will take it from there.
Run npm run watch for development or npm run prod for production.
The Webpack config includes settings for JavaScript (including Vue single-file
components), LessCSS, images and fonts. The results will be put in a
dist folder.
I'm sure you can.