Skip to content

Introduction

Vue seems to be the best framework to understand at this point. You would really do yourself a favour by choosing one and sticking to it.

For now tasks is done with Vue klopt is done with angular.

troubleshooting

Error

vue command not found

Typically when you try to run this command for commands like

not found
vue add mdb5

It won't detect vue if you install it locally, so this is what worked for me :

install global
sudo npm install @vue/cli -g

Note that you can also do it without root, but that means more setup for a personal global environment. Also note that vue-cli installs an older version and it will tell you so.