Vue course
Dec 20, 2020
Installing and getting started
Note: Nodejs is a pre-requisite.
npm install -g @vue/cli
to uninstall
npm uninstall -g @vue/cli
To create a vue app
vue create <app name>
To run the app
npm run serve
To use vue UI interface
vue ui