0.1.4 • Published 5 years ago

nuxt-vue-select v0.1.4

Weekly downloads
940
License
MIT
Repository
github
Last release
5 years ago

nuxt-vue-select

npm version npm downloads Circle CI Codecov License

Nuxt module for vue-select

📖 Release Notes

Setup

  1. Add nuxt-vue-select dependency to your project
yarn add nuxt-vue-select # or npm install nuxt-vue-select
  1. Add nuxt-vue-select to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-vue-select',

    // With options
    ['nuxt-vue-select', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) madmodmail@gmail.com