Introduction This is the web front-end application which consumes Search Engine API. It's built with Vue 3. Prerequisites Node.js Nodemon Project Setup Install Dependencies npm install Compile and Hot Reload for Development npm run serve Compile and Minify for Production npm run build