jsheroes / community-help

Helping others is fun, ask away and the ClujJavaScripters community will help you!
15 stars 0 forks source link

Starting out with Vue.js #16

Closed alexnm closed 7 years ago

alexnm commented 7 years ago

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

andrei-i-gavrila commented 7 years ago

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.

deiucanta commented 7 years ago

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).