/search-engine

The web front-end application for search engine built with Vue.

Primary LanguageVue

Introduction

This is the web front-end application which consumes Search Engine API. It's built with Vue 3.

Prerequisites

  1. Node.js
  2. Nodemon

Project Setup

Install Dependencies

npm install

Compile and Hot Reload for Development

npm run serve

Compile and Minify for Production

npm run build