You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Constantine Genchevsky 9d7029f0fb Feature/universal entry (#195) 8 years ago
..
api Feature/universal entry (#195) 8 years ago
assets Docs/logo update 8 years ago
cli Hopefully last round of docs changes 8 years ago
contributing Switching paths to relative 8 years ago
customization Feature/universal entry (#195) 8 years ago
middleware v5.5.0 -> v5.5.1 8 years ago
presets Feature/universal entry (#195) 8 years ago
FAQ.md Middleware vs. Presets? (#149) 8 years ago
README.md Adding code coverage with Codacy support (#156) 8 years ago
SUMMARY.md Syncing packages to docs, adding scripts for publishing 8 years ago
creating-presets.md Feature/universal entry (#195) 8 years ago
installation.md copy editing (#30) 8 years ago
learning-resources.md Add react router starter and blog post (#164) 8 years ago
project-layout.md Switching paths to relative 8 years ago
upgrading-neutrino.md fix docs for creating loaders (#153) 8 years ago
usage.md Hopefully last round of docs changes 8 years ago

README.md

Create and build modern JavaScript applications with zero initial configuration

Neutrino combines the power of Webpack with the simplicity of presets.

NPM version NPM downloads Codacy codecov Join Slack

https://github.com/mozilla-neutrino/neutrino-dev


Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies.

Neutrino uses Webpack to build both web and Node.js projects by providing complete build presets which can be shared across targets and projects. You can use Neutrino base presets to get started building a variety of projects, create your own presets by extending the Neutrino core ones to be shared across your own projects or even by the community. Presets can even be manipulated on a project-by-project basis to handle almost any build situation your preset doesn't cover.

Documentation

See the Neutrino docs for details on installation, getting started, usage, and customizing.