https://github.com/jayeshlab/vue-selector
Vue Selection Component
https://github.com/jayeshlab/vue-selector
Last synced: 4 months ago
JSON representation
Vue Selection Component
- Host: GitHub
- URL: https://github.com/jayeshlab/vue-selector
- Owner: JayeshLab
- License: mit
- Created: 2021-09-21T13:34:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T08:58:21.000Z (about 4 years ago)
- Last Synced: 2025-08-16T12:58:58.828Z (5 months ago)
- Language: Vue
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-selector
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).