Glad to know that you are considering Vue.js. It is indeed quite compact and easy to learn JavaScript library dedicated to only View layer. Basically it connects view and model via two way data binding. You can focus on the following while getting started:
Good luck!!