Parthian / Learning-Vuejs-2

This is the code repository for Learning Vue.js 2, published by Packt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Learning Vue.js 2 This is the code repository for Learning Vue.js 2, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Vue.js is one of the latest new frameworks to have piqued the interest of web developers due to its reactivity, reusable components, and ease of use. This book shows developers how to leverage its features to build high-performing, reactive web interfaces with Vue.js. From the initial structuring to full deployment, this book provides step-by-step guidance to developing an interactive web interface from scratch with Vue.js.

You will start by building a simple application in Vue.js which will let you observe its features

##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

export default {
  components: {
    ShoppingListComponent,
    ShoppingListTitleComponent
  },
  computed: mapGetters({
  shoppinglists: 'getLists'
  })
}

The requirements for this book are the following:

  • Computer with an Internet connection
  • Text editor/IDE
  • Node.js

##Related Products

###Suggestions and Feedback Click here if you have any feedback or suggestions.

About

This is the code repository for Learning Vue.js 2, published by Packt.

License:MIT License


Languages

Language:JavaScript 94.9%Language:Vue 4.0%Language:HTML 1.1%