An open API service indexing awesome lists of open source software.

https://github.com/webdevsuperfast/directory-search

VueJS Google Open Directory Search
https://github.com/webdevsuperfast/directory-search

bootstrap-vue google-search vuejs

Last synced: 10 days ago
JSON representation

VueJS Google Open Directory Search

Awesome Lists containing this project

README

          

# Directory Search

## Introduction

Directory Search is a VueJS application that uses Google to search open directory files.

## Building from Source

1. Install Git.
2. Install NodeJS.
3. Install Yarn (**optional**).
4. Install Vue CLI globally with `yarn global add @vue/cli` or `npm install -g @vue/cli`.
5. Download or clone repository.
6. Run `yarn intall` or `npm install` to install dependencies through your favorite CLI program or VSCode Terminal.
7. Run `yarn serve` or `npm serve` to compile and hot-reload files for development.

**Note:**
I suggest using package managers to install Git, NodeJS and yarn. For Windows, you can use [scoop](https://scoop.sh) or [Chocolatey](https://chocolatey.org). For Mac/Linux/WSL(Windows 10), use [Homebrew](https://brew.sh).

## Building for Production

1. Run `yarn build` or `npm build` to compile and minify files for production.

## Linting

1. Run `yarn lint` or `npm lint` to lint and fix errors from files

## Todos

* Improve workflow.
* Save searches to localStorage.
* Bug fixes.

## Credits

* [Bootstrap Vue](https://bootstrap-vue.js.org/)
* [r/opendirectories](https://www.reddit.com/r/opendirectories/comments/933pzm/all_resources_i_know_related_to_open_directories/)