A basic webpack 4 boilerplate with features such as Babel, Sass and Autoprefixer
A basic webpack 4 boilerplate.
Install the dependencies.
$ npm install
$ npm run serve
When building, your code will be bundled and outputed to /dist
.
$ npm run build
$ npm run build:prod