JSPM

  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q86017F
  • License MIT

CodeCoupler Webpack Configuration Factory

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codecoupler/cc-webpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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
    git init # 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.