nuxt-uid-module

0.2.0 • Public • Published

nuxt-uid-module

vue-uid for Nuxt.js.

Install

$ yarn add nuxt-uid-module

nuxt.config.js

module.exports = {
  // ...
  modules: [
    'nuxt-uid-module',
  ],
  // ...
 
  'uid-module': {
    name: 'uid' // property name(option)
    plugin: false,  // when to use vue-uid mixin(option)
  },
};

Usage

vue-uid Usage

Options

vue-uid options

See vue-uid Options.

  • name (option)

nuxt-uid-module options

plugin (option)

  • type: boolean
  • default: true

Set to false when using vue-uid mixin. If false, vue-uid plugins will not be registered.

Readme

Keywords

Package Sidebar

Install

npm i nuxt-uid-module

Weekly Downloads

84

Version

0.2.0

License

MIT

Unpacked Size

5.19 kB

Total Files

6

Last publish

Collaborators

  • mya-ake