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/cliornpm install -g @vue/cli. - Download or clone repository.
- Run
yarn intallornpm installto install dependencies through your favorite CLI program or VSCode Terminal. - Run
yarn serveornpm serveto 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 buildornpm buildto compile and minify files for production.
- Run
yarn lintornpm lintto lint and fix errors from files
- Improve workflow.
- Save searches to localStorage.
- Bug fixes.