UNPKG

578 BMarkdownView Raw
1# dumber ![CI](https://github.com/dumberjs/dumber/workflows/CI/badge.svg)
2
3A dumb JavasScript bundler for Single Page Application, dumber than you and me.
4
5**Document site (80% completed)**: https://dumber.js.org
6
7You won't normally use this package directly, dumber is designed to be consumed through [gulp-dumber](https://github.com/dumberjs/gulp-dumber) or dumberify (TBD).
8
9Check out early examples of gulp-dumber in action https://github.com/dumberjs/examples
10
11Use "makes" to create new SPA project (Aurelia/React/Vue) using dumber bundler.
12
13```bash
14npx makes dumberjs
15```