Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 939 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 939 Bytes

Learning Vue.js

This repo is a collection of projects to practice and learn Vue.js.

Project List

The projects are explained briefly below.

For Udemy Course https://www.udemy.com/vuejs-2-the-complete-guide/

  • game-project: a simple player vs monster game to practice the foundation of Vue.js;
  • components-start: refactoring a Vue.js app with components;
  • components-ex-2: communication though components using a new Vue instance;
  • dynamic-components: dynamically switching components using the componenttag;
  • quotes-project: project to practice components and slots concepts;
  • forms-exercise: exercise to practice handling with v-model and creating a custom input;
  • directive-exercise: exercise to create a directive to handle with click event;
  • filters-mixins-exercise: filters and mixins practice;
  • stock-trader: stock trader final project.