jsheroes/community-help

Starting out with Vue.js

alexnm opened this issue · 2 comments

Hello clujsers if someone played with Vue in the past couple of months, can you recommend a good way of starting to learn?

Vue is the go to javascript framework for Laravel. There are some really nice tutorials on https://www.laracasts.com. It gives a good basic understanding from where you can start to build stuff on your own.

Reading each of the docs above should be enough - the rest is just about figuring out best practices. Also, don't forget to use Vue CLI for scaffolding (https://github.com/vuejs/vue-cli).