@codecoupler/cc-webpack
v3.9.0
Published
CodeCoupler Webpack Configuration Factory
Downloads
221
Maintainers
Readme
CodeCoupler Webpack
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 https://codecoupler.org/cc-webpack
Quick Start:
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 the following fields should be set in package.json
(read the documentation):
- name
- version
- description
- author (You could reference here to the AUTHORS file)
- homepage
- keywords
- license
- private (Remove it if this project should be public)
Then you could change the title of static/index.html
and overwrite static/logo.png
with your own logo.
Last but not least a LICENSE
file should be added and optionally an AUTHORS
file.