Skip to content

PacktPublishing/Learning-Vuejs-2

Repository files navigation

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

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786469946

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published