Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 323 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 323 Bytes

cost-of-small-modules

A benchmark demonstrating the performance hit of different module bundlers, given different numbers of modules.

Build

Check out the code, then:

npm install

To rebuild:

npm run build

To serve locally:

npm run serve

To publish to gh-pages:

npm run publish-site