# fusebox **Repository Path**: mirrors/fusebox ## Basic Information - **Project Name**: fusebox - **Description**: FuseBox 是一个打包、模块的加载器,用来合并包括 webpack、JSPM 和 SystemJS 的强大功能。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-04-01 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README
# 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)