Fabelio Web Scraping Frontend using VueJS

This is the web front end for scraping konten from Ecomerse Fabelio which is part of the project API version (BE/NodeJS) with the address : @goeroeku

Project setup

yarn install

Note

  1. This project uses port 5000, there are 3 addresses that can be tried :

    a. <url>/form => to add data by grabbing from the website using URL

    b. <url>/index => to display all the data that has been added

    c. <url>/detail => to display details of data that has been added

  2. Endpoint API (NodeJS version) using => http://localhost:3000

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.