Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soc221b/vue-next-select

The selecting solution for Vue 3
https://github.com/soc221b/vue-next-select

async dropdown multiple-select select vue vue-next vue3

Last synced: 5 days ago
JSON representation

The selecting solution for Vue 3

Awesome Lists containing this project

README

        

# 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
pnpm run build

# run linter
pnpm run lint

# run tests
pnpm run test
```