0.0.1 • Published 8 years ago
y-server-plugin-nuxt v0.0.1
y-server-plugin-nuxt
y-server-plugin-nuxt is a y-server plugin to nuxt request.
Install
npm install y-server-plugin-nuxtUsage
const yServer = require('y-server');
const nuxtPlugin = require('y-server-plugin-nuxt');
yServer({
  plugins: [
    nuxtPlugin({
      nuxtConfig: {},
    }),
  ],
});Notes
nuxtConfigis the nuxt config.
License
0.0.1
8 years ago