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.
- Host: GitHub
- URL: https://github.com/vcolesdev/vc-webpack-boilerplate
- Owner: vcolesdev
- License: mit
- Created: 2024-01-19T18:46:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T18:46:42.000Z (about 2 years ago)
- Last Synced: 2025-03-15T02:16:14.208Z (about 1 year ago)
- Topics: bash, customization, env, scripts, shell, webpack, webpack5
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```