https://github.com/nicklima/vue-select-input
Created with CodeSandbox
https://github.com/nicklima/vue-select-input
Last synced: 6 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/nicklima/vue-select-input
- Owner: nicklima
- Created: 2021-08-25T14:28:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-19T01:08:52.000Z (3 months ago)
- Last Synced: 2026-05-19T03:27:26.939Z (3 months ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/nicklima/vue-select-input
- Size: 2.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).