An open API service indexing awesome lists of open source software.

https://github.com/vcolesdev/vc-webpack-boilerplate

Personal webpack 5 boilerplate for projects.
https://github.com/vcolesdev/vc-webpack-boilerplate

bash customization env scripts shell webpack webpack5

Last synced: about 1 year ago
JSON representation

Personal webpack 5 boilerplate for projects.

Awesome Lists containing this project

README

          

# VC Webpack Boilerplate

A customizable Webpack 5 boilerplate suitable for most projects.

## Install

1. Run `bash ./bin/install-deps.sh` to install node package dependencies.

## Uninstall

1. Run `bash ./bin/uninstall.sh` to remove node package dependencies, `build` directory with compiled assets, and `package-lock`.

## Structure

```text

.
| - app
| - bin
| - build
| - node_modules
| - public

```