Eli Perelman
8 years ago
4 changed files with 24 additions and 18 deletions
@ -1,24 +1,16 @@ |
|||
<p align="center"> |
|||
<img src="https://raw.githubusercontent.com/mozilla-neutrino/neutrino-dev/master/logo.png" height="100" /> |
|||
</p> |
|||
<img src="/assets/neutrino-logo.png" height="100" /> |
|||
|
|||
<p align="center">Create and build modern JavaScript applications with zero initial configuration.</p> |
|||
## Create and build modern JavaScript applications with zero initial configuration |
|||
|
|||
--- |
|||
|
|||
Think Webpack, but with presets. That's Neutrino. |
|||
#### Think: Webpack, but with presets. That's Neutrino. |
|||
|
|||
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 Neeutrino core presets 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. |
|||
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. |
|||
|
|||
Get started with the docs! |
|||
--- |
|||
|
|||
[Neutrino Docs](https://neutrino.js.org) |
|||
[Get started with the docs!](https://neutrino.js.org) |
|||
|
After Width: | Height: | Size: 15 KiB |
@ -1,3 +1,12 @@ |
|||
# Table of Contents |
|||
<img src="/assets/neutrino-logo.png" height="100" /> |
|||
|
|||
* [Readme](/README.md) |
|||
## Create and build modern JavaScript applications with zero initial configuration |
|||
|
|||
--- |
|||
|
|||
#### Think: Webpack, but with presets. That's Neutrino. |
|||
|
|||
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. |
|||
|
@ -0,0 +1,5 @@ |
|||
# Summary |
|||
|
|||
* [Introduction](README.md) |
|||
* Core concepts |
|||
|
Loading…
Reference in new issue