Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madmod/nuxt-vue-select

Nuxt module for vue-select
https://github.com/madmod/nuxt-vue-select

Last synced: 13 days ago
JSON representation

Nuxt module for vue-select

Awesome Lists containing this project

README

        

# nuxt-vue-select

[![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]
[![License][license-src]][license-href]

> Nuxt module for vue-select

[📖 **Release Notes**](./CHANGELOG.md)

## Setup

1. Add `nuxt-vue-select` dependency to your project

```bash
yarn add nuxt-vue-select # or npm install nuxt-vue-select
```

2. Add `nuxt-vue-select` to the `modules` section of `nuxt.config.js`

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

Copyright (c) [email protected]

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

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

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

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

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