Skip to content

Superman-wc/egg-view-react

Repository files navigation

egg-view-react

NPM version npm download

egg view plugin for react.

Install

$ npm i egg-view-react-dom --save

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.view = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

egg view react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published