0.1.1 • Published 7 years ago

egg-neutrino v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

egg-neutrino

Create and build modern JavaScript applications with zero initial configuration. Neutrino for egg

neutrino introduction

NPM version David deps NPM download

Install

npm install egg-neutrino --save

Getting Started

// {app_root}/config/plugin.js
exports.neutrino = {
  enable: true,
  package: 'egg-neutrino',
};

// {app_root}/config/config.default.js
exports.neutrino = {
  use: [ 'neutrino-preset-react' ],
  config: {
    entry: {
      vendor: [
        'react',
        'react-dom',
      ],
    },
  },
};

How to Contribute

Please let us know what we can help, check issues for bug reporting and suggestion.