/vue-careers

Google Careers clone made using Vue.js

Primary LanguageTypeScript

Vue Careers

Clone do Google Careers feito em Vue.js. Acesse em https://vue-careers.vercel.app/

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Start json-server

npm run backend

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint