egg-plugin-nuxt3

1.0.0-alpha.0 • Public • Published

egg-plugin-nuxt3

NPM version Codacy Badge Test coverage npm download License

Sonar

Install

$ npm i egg-plugin-nuxt3 --save
// or
$ yarn add egg-plugin-nuxt3

Usage

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

Configuration

// {app_root}/config/config.default.js
exports.nuxtTool = {
    whitePath: [/^\/java\//, '/public', '/graphql'], // whiteList
    ...nuxtConfig // nuxtConfig
    // ...
}

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Versions

Current Tags

Version History

Package Sidebar

Install

npm i egg-plugin-nuxt3

Weekly Downloads

0

Version

1.0.0-alpha.0

License

MIT

Unpacked Size

8.55 kB

Total Files

6

Last publish

Collaborators

  • saqqdy