Giter Site home page Giter Site logo

hhy5277 / fuse-box Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fuse-box/fuse-box

0.0 2.0 0.0 3.86 MB

A blazing fast js bundler/loader with a comprehensive API

Home Page: http://fuse-box.org

License: MIT License

CSS 0.11% JavaScript 84.69% HTML 0.83% TypeScript 14.22% Vue 0.15%

fuse-box's Introduction

logo

Build Status 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.

Watch a 4 minute intro video on youtube.

Installation

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

npm install fuse-box --save-dev

Or install using Yarn:

yarn add fuse-box --dev

Try it out!

Angular2 Example

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

React Example

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

Benchmark

Speed matters. Check out our benchmark example for a real world demo! 1200 files to bundle:

  • FuseBox 0.234s
  • Webpack 1.376s

Highlights

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

Start Now

npm install typescript fuse-box --save-dev
FuseBox.init({
    homeDir: "src/",
    sourceMap: {
         bundleReference: "./sourcemaps.js.map",
         outFile: "sourcemaps.js.map",
    },
    outFile: "./out.js"
}).bundle(">index.ts");

Seeds


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!

fuse-box's People

Contributors

adrenalin avatar basarat avatar devmondo avatar fredrik-macrobond avatar justingreenberg avatar konstantinkai avatar leon-andria avatar matthiasak avatar nchanged avatar reneviering avatar shepless avatar tomitrescak avatar unlight avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.