Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spektrummedia/nuxt-vue-multiselect

Single / multiple select plugin for Nuxt.js using vue-multiselect.
https://github.com/spektrummedia/nuxt-vue-multiselect

nuxt nuxt-module nuxtjs vue-multiselect

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# nuxt-vue-multiselect

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Dependencies][david-dm-src]][david-dm-href]
[![Standard JS][standard-js-src]][standard-js-href]

> Leverage [`vue-multiselect`](https://vue-multiselect.js.org/).

[πŸ“– **Release Notes**](./CHANGELOG.md)

## 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:

```js
{
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](./LICENSE)

Copyright (c) Spektrum MΓ©dia

[npm-version-src]: https://img.shields.io/npm/dt/nuxt-vue-multiselect.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/nuxt-vue-multiselect

[npm-downloads-src]: https://img.shields.io/npm/v/nuxt-vue-multiselect/latest.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/nuxt-vue-multiselect

[circle-ci-src]: https://img.shields.io/circleci/project/github/spektrummedia/nuxt-vue-multiselect.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/spektrummedia/nuxt-vue-multiselect

[codecov-src]: https://img.shields.io/codecov/c/github/spektrummedia/nuxt-vue-multiselect.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/spektrummedia/nuxt-vue-multiselect

[david-dm-src]: https://david-dm.org/spektrummedia/nuxt-vue-multiselect/status.svg?style=flat-square
[david-dm-href]: https://david-dm.org/spektrummedia/nuxt-vue-multiselect

[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com