https://github.com/idushii/quick-search
https://github.com/idushii/quick-search
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/idushii/quick-search
- Owner: idushii
- Created: 2019-12-13T15:47:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:07:05.000Z (over 2 years ago)
- Last Synced: 2025-02-05T16:17:54.144Z (3 months ago)
- Language: TypeScript
- Size: 843 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quick-search
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).