Skip to content

thisdot/javascript-marathon-vue-js

Repository files navigation

1 Hour to learn Vue Js

This is the repository used to explain the basic architecture and usage of vue js.

Project setup

npm install
npm run serve

Project resources

vue cli vue cheetsheet vue lifecycle

This project includes

  • App Entry point (App.vue)
  • Basic Async loading (App.vue within the created method)
  • Data definition (private component instance variable)
  • Property definition (Variables provided to the component by its parent)
  • Advance property declaration (components/Post.vue)
  • Computed properties (Properties with superpower - components/Post.vue)
  • Methods - Logical functions to be run within a component
  • Mixins - Logical action that can be abstracted from the components

About

Repository used to support the Javascript marathon videos on Vue JS

Resources

Stars

Watchers

Forks

Packages

No packages published