1.0.0-alpha.0 • Published 2 years ago

egg-plugin-nuxt3 v1.0.0-alpha.0

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

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