Digital Business Card with Vue.js

A simple bilingual digital and mobile-first business card, made with Vue.js (3x) and Sass. All project (UI/UX) are made by me in Adobe Photoshop CC and you can see in Figma clicking here (not editable).

Digital Business Card

Copy and Installation Tutorial

Clone this repository using git clone

git clone https://github.com/gabrielaalvescosta/business-card.git

Npm install to install dependencies:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint