Skip to content

A blazing fast js bundler/loader with a comprehensive API 🔥

License

Notifications You must be signed in to change notification settings

diylogos/fuse-box

This branch is 1341 commits behind fuse-box/fuse-box:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2017
Nov 5, 2017
Oct 19, 2017
Nov 5, 2017
Apr 12, 2017
Mar 9, 2017
Mar 9, 2017
Jun 20, 2017
Feb 11, 2017
Sep 12, 2017
Jul 1, 2017
Oct 28, 2016
Oct 4, 2017
Mar 20, 2017
Oct 13, 2017
Nov 5, 2017
Feb 8, 2017
Feb 27, 2017
Nov 3, 2017
Jun 4, 2017
Jun 4, 2017

Repository files navigation

logo

Build Status Backers on Open Collective Sponsors on Open Collective Fusebox-bundler

NPM

FuseBox

http://fuse-box.org/

FuseBox is a bundler/module loader that combines the power of webpack, JSPM and SystemJS.

It is blazing fast (it takes 50-100ms to re-bundle) which makes it extremely convenient for developers. It requires zero configuration to bundle such monsters like babel-core.

FuseBox loves typescript, and does not require any additional configuration. It will compile and bundle your code within a fraction of a second, yet offering a comprehensive loader API. It is packed with features, and unfolds limitless possibilities of extending the API.

Follow us on twitter

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

You have created an awesome plugin? Add it to the list

Installation

FuseBox has many plugins in place to help you get started. All you need to do is install fuse-box from npm or yarn.

npm install fuse-box --save-dev
yarn add fuse-box --dev

Try it out!

Todo App built on the latest Angular2 (compiles in 50-80ms!)

Simple example using React with babel (compiles in 50ms!)

Highlights

There is so much more. FuseBox pushing it to a whole new level!

Start Now

npm install typescript fuse-box --save-dev
const { FuseBox } = require("fuse-box");
const fuse = FuseBox.init({
    homeDir: "src",
    output: "dist/$name.js",
});
fuse.bundle("app")
    .instructions(`>index.ts`);

fuse.run();

Join our gitter channel we are very active and friendly!

Special thanks to devmondo for incredible ideas, giving inspiration and relentless testing/contributing to the project.

If you like the project, don't forget to star it!

About

A blazing fast js bundler/loader with a comprehensive API 🔥

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.4%
  • JavaScript 41.6%