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
- Host: GitHub
- URL: https://github.com/webdevsuperfast/directory-search
- Owner: webdevsuperfast
- Created: 2019-11-02T03:12:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:05:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T10:48:32.400Z (10 months ago)
- Topics: bootstrap-vue, google-search, vuejs
- Language: Vue
- Homepage: https://opendirectory.rotsenacob.com
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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/)