Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soc221b/vue-next-select
- Owner: soc221b
- License: mit
- Created: 2020-07-25T03:50:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:02:09.000Z (18 days ago)
- Last Synced: 2024-10-29T20:09:58.106Z (18 days ago)
- Topics: async, dropdown, multiple-select, select, vue, vue-next, vue3
- Language: HTML
- Homepage: https://iendeavor.github.io/vue-next-select
- Size: 4.55 MB
- Stars: 86
- Watchers: 4
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
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
```