FetchFE

Howdy, this is the Fetch Frontend Take-Home Exercise in Vue 3. Demo: https://fetch-fe.pages.dev/

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build