This is a solution to the Easybank landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Semantic HTML5 markup
- TailwindCSS - CSS Framework
- Mobile-first workflow
- Vue.js - front-end framework
- Jest - for unit testing
Mastering Vue <3
I want to complete these challenges using vue :)
- Github - Mikołaj Szymczuk
- Frontend Mentor - @mikolajszymczuk1
LOVE VUE <3
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint