Skip to content

skayhall/Moji-Match

Repository files navigation

Moji Match App

Learning Notes

  • vue instance = HTML is the entry point, but everything happens within the created Vue instance.
  • v-for = use to create lists
  • v-if = if statements/conditionals
  • v-bind = special attributes provided by Vue that apply special reactive behavior to the DOM. Binds an attribute to an expression.
  • v-on = handle user unput. attach event listeners that invoke methods on a vuew instance
  • Best to use the public folder when...
    • Lots of images need their paths synamically referenced
  • We can pass an object to v-bind:class to dynamically toggle classes

Learning Resources

Commands/Project Setup

  • Project setup

    • npm install
  • Compiles and hot-reloads for development

    • npm run serve
  • Compiles and minifies for production

    • npm run build
  • Lints and fixes files

    • npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published