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-select
dependency to your project
yarn add nuxt-vue-select # or npm install nuxt-vue-select
- Add
nuxt-vue-select
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-vue-select',
// With options
['nuxt-vue-select', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) [email protected]