Vue.js
Prerequisite
Node.js will need to be installed. This include the npm
CLI.
Pro Tips: Use nvm for Node.js installation. If running Windows, use WSL2 with Windows Terminal.
Getting Started
The most common practice for creating a Vue.js application is done using the Vue CLI.
Install Vue CLI
npm install -g @vue/cli
vue create myvueapp
cd myvueapp
Frameworks
Of the various Vue.js frameworks, I prefer Vuetify.