I am teaching myself frontend development using vue.js

Warning: This is somewhat of a rant.

Off to a great start

This week I have been toying around with the idea of doing something that would involve some processing on the frontend that goes beyond submitting a form to the backend.

After some googling, I decided to try out my idea and set up a vue.js project. The easiest way to get started seemed to be to use my preferred IDE and set up a starter vue.js project with all the default settings. Ok, done. Find a little beginner tutorial and make some changes to the example component, and that also works immediately.

[Read More]