0.2.2 • Published 5 years ago

egg-plugin-nuxt v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

egg-plugin-nuxt

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-plugin-nuxt --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago