⚡ Vue Setup
Get started with the Vue CLI
Install the Vue CLI Globally
   command line
npm install -g @vue/cli 
Run the Vue UI App
   command line
vue ui
Add Bulma for Better Styling
   public/index.html
<head>
    <!-- add this line -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
</head>