nuxt-vue-select

0.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-vue-select

Weekly Downloads

716

Version

0.1.4

License

MIT

Unpacked Size

5.4 kB

Total Files

6

Last publish

Collaborators

  • madmod