Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 915 Bytes

PROJECTS / my recent apps

I created this simple app to showcase some of my recent projects (MVPs) and at the same time - to practice a bit with Vue.js and responsive design.

❗ Click HERE to check out the deployed version ❗

DEMO

MOBILE VERSION

Setup

  • clone this app
  • cd into your project
  • install dependencies:
npm install
  • start development server:
npm run serve