/vue_mix

Vue.js practice app

Primary LanguageVue

Vue Mix

alt text

Motivation

It's a Vue.js practice project based on my React Mix repository, to explore Vue's features, syntax and its router.

Project status

In progress. The implementation of the router and of the Random Quote Machine are complete.

How to use

You can navigate the app by clicking on the nav links in the top right corner.

Practiced features

  • Vue Cli setup
  • Vue syntax, features
  • Component composition
  • Routing with vue-router

Setup

yarn install

How to run

yarn serve

Known issues

Future features

  • Additional apps (notes, pomodoro...)