Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nkamenar/JavascriptModuleTemplate

Repository files navigation

Javascript Module Template

This library is a template for building modern ES6 module libraries. It includes all of the basic setup required to build a modern JavaScript module that runs on IE11 and most modern browsers.

The following comes preconfigured in this library:

  • npm scripts build, test, version, and publish the package
  • rollup compliation starting at index.js
    • includes Babel Transpilation
    • Builds minified and unminified library in:
      • UMD (with source map)
      • Common JS
      • ESM
  • PostCSS / Autoprefixer
  • SCSS compilation
  • ESLint configuration
  • Prettier Configuration
  • JSDoc configuration for generating documentation
  • Jest test/code coverage configuration and sample tests
  • Recommended VSCode extensions for workspace
  • README and CHANGELOG Markdown templates

About

JavaScript Module template

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /