Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spektrummedia/nuxt-vue-multiselect
- Owner: spektrummedia
- License: mit
- Created: 2019-02-27T20:23:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T01:27:04.000Z (over 3 years ago)
- Last Synced: 2024-09-20T11:36:27.781Z (about 2 months ago)
- Topics: nuxt, nuxt-module, nuxtjs, vue-multiselect
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 31
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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