Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstrlaw/vue-autocomplete
Autocomplete dropdown element
https://github.com/mstrlaw/vue-autocomplete
autocomplete composition-api vue
Last synced: 2 days ago
JSON representation
Autocomplete dropdown element
- Host: GitHub
- URL: https://github.com/mstrlaw/vue-autocomplete
- Owner: mstrlaw
- Created: 2019-10-16T14:45:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T19:40:36.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T08:01:26.579Z (almost 2 years ago)
- Topics: autocomplete, composition-api, vue
- Language: Vue
- Size: 356 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composition-api
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).