Skip to content

jasonstealer/nuxt-vue-multiselect

 
 

Repository files navigation

nuxt-vue-multiselect

npm version npm downloads Circle CI Codecov Dependencies Standard JS

Leverage vue-multiselect.

📖 Release Notes

Setup

  1. Add the nuxt-vue-multiselect dependency with yarn or npm to your project
  2. Add nuxt-vue-multiselect to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    'nuxt-vue-multiselect'
  ]
}

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) Spektrum Média geeks@spektrummedia.com

About

Single / multiple select plugin for Nuxt.js using vue-multiselect.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.9%
  • Vue 25.1%