Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuse-box/fuse-box
A blazing fast js bundler/loader with a comprehensive API :fire:
https://github.com/fuse-box/fuse-box
bundler hmr hot-reload javascript loader performance typescript workflow
Last synced: 3 months ago
JSON representation
A blazing fast js bundler/loader with a comprehensive API :fire:
- Host: GitHub
- URL: https://github.com/fuse-box/fuse-box
- Owner: fuse-box
- License: mit
- Archived: true
- Created: 2016-10-28T10:37:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T07:53:31.000Z (about 2 years ago)
- Last Synced: 2024-09-25T14:50:23.534Z (4 months ago)
- Topics: bundler, hmr, hot-reload, javascript, loader, performance, typescript, workflow
- Language: JavaScript
- Homepage: http://fuse-box.org
- Size: 15.3 MB
- Stars: 4,002
- Watchers: 78
- Forks: 237
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs-cn - FuseBox - 首选支持 TypeScript 的结合了 webpack,JSPM 和 SystemJS 强大功能的快速构建系统 (包 / 构建工具)
- awesome-blazingly-fast - fuse-box - A blazing fast js bundler/loader with a comprehensive API :fire: (JavaScript)
- awesome-nodejs - FuseBox - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. ![](https://img.shields.io/github/stars/fuse-box/fuse-box.svg?style=social&label=Star) (Repository / Build Tools)
- awesome-javascript - FuseBox - A blazing fast js bundler/loader with a comprehensive API ` 📝 17 days ago ` (Bundlers [🔝](#readme))
- awesome-nodejs - FuseBox - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. (Packages / Build tools)
- awesome-javascript-cn - FuseBox
- awesome-fluents - fuse-box - Box a bundler that does it right -- *Maintainer*: `nchanged`[![Github](https://rawgit.com/d3viant0ne/awesome-webpack/master/media/github-square.svg)](https://github.com/nchanged)[![Twitter](https://rawgit.com/d3viant0ne/awesome-webpack/master/media/twitter-square.svg)](https://twitter.com/nchanged) (NodeJS)
- awesome-nodejs - fuse-box - A blazing fast js bundler/loader with a comprehensive API - ★ 3554 (Build tools)
- awesome-node - FuseBox - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. (Packages / Build tools)
- awesome-nodejs-cn - FuseBox - 快速构建系统,结合了webpack,JSPM和SystemJS的强大功能,并具有一流的TypeScript支持. (目录 / 构建工具)
- awesome-javascript - FuseBox - A bundler that does it right (Bundlers)
- awesome-nodejs-cn - FuseBox - **star:3999** 快速构建系统,结合了webpack、JSPM和SystemJS的强大功能,并提供一流的TypeScript支持 ![star > 2000][Awesome] ![项目已归档][Archived] (包 / 构建工具)
README
LIMITED SUPPORT. USE AT YOUR OWN RISK
A bundler that does it right
# FUSEBOX v4 is out!
Install:
```
npm install fuse-box --save-dev
``````ts
import { fusebox } from 'fuse-box';
fusebox({
target: 'browser',
entry: 'src/index.tsx',
webIndex: {
template: 'src/index.html',
},
devServer: true,
}).runDev();
```## [React demo](https://github.com/fuse-box/react-example)