CodeCoupler Webpack Configuration Factory
CodeCoupler Webpack is a compilation of Webpack libraries fine-tuned to each other to start
authoring libraries and web applications in modern JavaScript, TypeScript, Vue and CSS without
having to worry about linting, compiling and transpiling.
Please read the documentation at
Quick Start:
``bash`
mkdir new-project-folder
cd new-project-folder
npm init @codecoupler/cc-webpack@latest # Use always the "latest" tag or you will use the last version you have downloaded
git init -b main # This is usefull because the next command will install git hooks
npm i
Before start working with this boilerplate adjust the field name and other fields in package.json
(read the documentation):
Then you could change the title of static/index.html and overwrite static/logo.png` with your own logo.