This module is not yet compatible with Nuxt 3
Head over to v2.nuxt.com
nuxt-vue-select
nuxt-vue-select
Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.
nuxt-vue-select
Nuxt module for vue-select
Setup
- Add
nuxt-vue-selectdependency to your project
yarn add nuxt-vue-select # or npm install nuxt-vue-select
- Add
nuxt-vue-selectto themodulessection ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-vue-select',
// With options
['nuxt-vue-select', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) madmodmail@gmail.com