Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madmod/nuxt-vue-select
- Owner: madmod
- License: mit
- Created: 2019-09-17T17:51:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T14:57:38.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:30:57.313Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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