/projects

collection of some projects/sandboxes (Vue.js)

Primary LanguageVue

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