- Published on
Trying To Master Vue.js
- Authors
- Name
- John Siwicki
- @siwicadilly
I have been playing around with React in some codepens for some time. Then I tried to make something live on a site and I was warned that I needed to precompile my script. It was a great learning experience but I realized for a lot of the development work that I do. I couldn’t use React because I couldn’t have a build process in place.
The thing that I love the most about Vue compared to other frameworks is the flexibility. It can really morph into you and the different ways that you can start a project with and without a build system.
Here are some resources that I have collected to help me learn and understand the framework.