Popularity
7.0
Declining
Activity
3.8
Growing
4,028
83
248
Code Quality Rank:
L3
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags:
Build Tools
Latest version: v3.7.1
FuseBox alternatives and similar modules
Based on the "Build Tools" category.
Alternatively, view FuseBox alternatives based on common mentions on social networks and blogs.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. -
InversifyJS
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. -
Broccoli
Browser compilation library โ an asset pipeline for applications that run in the browser -
start
Simple tasks runner powered by composable functions and promise chaining. -
create-index
Creates ES6 ./index.js file in target directories that imports and exports all sibling files and directories. -
ygor
Task toolkit. For when `npm run` isn't enough and everything else is too much.
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FuseBox or a related project?
Popular Comparisons
README
LIMITED SUPPORT. USE AT YOUR OWN RISK
A bundler that does it right
FuseBox on slack
FUSEBOX v4 is out!
Install:
npm install fuse-box --save-dev
import { fusebox } from 'fuse-box';
fusebox({
target: 'browser',
entry: 'src/index.tsx',
webIndex: {
template: 'src/index.html',
},
devServer: true,
}).runDev();