Directory Search is a VueJS application that uses Google to search open directory files.
- Install Git.
- Install NodeJS.
- Install Yarn (optional).
- Install Vue CLI globally with
yarn global add @vue/cli
ornpm install -g @vue/cli
. - Download or clone repository.
- Run
yarn intall
ornpm install
to install dependencies through your favorite CLI program or VSCode Terminal. - Run
yarn serve
ornpm 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 or Chocolatey. For Mac/Linux/WSL(Windows 10), use Homebrew.
- Run
yarn build
ornpm build
to compile and minify files for production.
- Run
yarn lint
ornpm lint
to lint and fix errors from files
- Improve workflow.
- Save searches to localStorage.
- Bug fixes.