EdwardRutz / vue-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Firebase

Building Web Apps with Vue.js and Firebase

Dependencies

Demonstrate

  • Create a homepage and add Vue.js
  • Create a Vue instance
  • Add a h2 title element followed by a paragraph which inserts the title and a name in the paragraph from a data property
  • Add a url
  • Create a greet method and add to the instance
  • Create an element bound to classes with different styles
  • Create an input field
  • Change a property with and event: click event,

Notes

  • Vue CDN, <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
    • Or download the Vue.js file
  • Events create an event object

More Info

About


Languages

Language:JavaScript 99.5%Language:HTML 0.5%