h1bomb / egg-nextjs

Next.js plugin for Egg.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-nextjs

Next.js plugin for Egg.js

NPM version build status Test coverage David deps Known Vulnerabilities

Install

$ npm i egg-nextjs --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

Next.js plugin for Egg.js

License:MIT License


Languages

Language:JavaScript 100.0%