0%

Vue Experiments - How I'm Learning Vue My Arduino Way

VueJS 2.0 Logo

In a previous post I mentioned how I'd setup a repo called "arduino-experiments" to learn Arduino better and eventually to move onto ESP32 and ESP8266 chips. The repo was set up with a directory structure with a general set of rules and I'd have all my experiments in different directories. With each experiment getting more and more difficult. As this has gone on I've learnt far better, easier and faster with practical examples and its given me much more focus and motivation in my learning. Even producing actual production items such as my LCD displaying temp/hum sensor unit.

So I decided why not do the same for VueJS

I've tried learning VueJS a few times and failed miserably due to having little structure and using multiple courses with no solid line guiding me., But as I'd found success in thre Arduino way I decided to buckle up and use the same method.

Gitlab Logo

# So say hello to VueJS2.0 Experiments

This repo is hosted on Gitlab (my preffered choice for work and 'proper' projects due to its free nature and CI/CD features).

You can check out the repo and whats going on at any time at the link above.

My first port of call with this has been to use a Udemy course by Maximilian Schwarzmüller which has a 4.7 rating and if not at time of blog I've picked up for $10. Its a fantastically detailed look into Vue and I've started it form the beginning and I'm just getting into doing the basic getting it working in JSFiddle and moving onto doing full Single Page apps late rin the course.