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

Appearance settings

skyllo/js-rollup-module

Open more actions menu

Repository files navigation

Rollup.JS Module Example

Using Rollup.JS, Jest, ESLint to create ES6/ES5 compatible JS modules with UMD. Check package.json for other dependencies.

Developing

yarn start

Testing

yarn testw

Building

yarn run build

Usage

// ES6
import { sayName } from 'Alpha';
sayName('Tyrion');

// ES5
<script src='./bundle.js'></script>
Alpha.sayName('Tyrion');

References

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.