Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-chris/egg-plugin-nuxt
egg-nuxt
https://github.com/l-chris/egg-plugin-nuxt
Last synced: about 2 months ago
JSON representation
egg-nuxt
- Host: GitHub
- URL: https://github.com/l-chris/egg-plugin-nuxt
- Owner: L-Chris
- License: mit
- Created: 2019-11-10T07:34:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:45:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T03:56:23.826Z (about 2 months ago)
- Language: JavaScript
- Size: 612 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-plugin-nuxt
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/egg-plugin-nuxt.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-plugin-nuxt
[travis-image]: https://img.shields.io/travis/eggjs/egg-plugin-nuxt.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-plugin-nuxt
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-plugin-nuxt.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-plugin-nuxt?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-plugin-nuxt.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-plugin-nuxt
[snyk-image]: https://snyk.io/test/npm/egg-plugin-nuxt/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-plugin-nuxt
[download-image]: https://img.shields.io/npm/dm/egg-plugin-nuxt.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-plugin-nuxt## Install
```bash
$ npm i egg-plugin-nuxt --save
```## Usage
```js
// {app_root}/config/plugin.js
exports.nuxtPlugin = {
enable: true,
package: 'egg-plugin-nuxt',
};
```## Configuration
```js
// {app_root}/config/config.default.js
exports.nuxtPlugin = {
};
```see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](LICENSE)