vue-next-select
Version:
The complete selecting solution for Vue.js 3.x
21 lines (13 loc) • 286 B
Markdown
# 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
```