# vue-next-select

## Documentation

https://iendeavor.github.io/vue-next-select/

## Contributing

Please make sure to read the [contributing guide](./CONTRIBUTING.md) before making a pull request.

```bash
# build package
yarn build

# run linter
yarn lint

# run tests
yarn test
```
