y-server-plugin-nuxt
v0.0.1
Published
y-server nuxt plugin
Downloads
2
Readme
y-server-plugin-nuxt
y-server-plugin-nuxt is a y-server plugin to nuxt request.
Install
npm install y-server-plugin-nuxt
Usage
const yServer = require('y-server');
const nuxtPlugin = require('y-server-plugin-nuxt');
yServer({
plugins: [
nuxtPlugin({
nuxtConfig: {},
}),
],
});
Notes
nuxtConfig
is the nuxt config.