Vue Setup

Get started with the Vue CLI

Install the Vue CLI Globally

CLI Docs

command line
npm install -g @vue/cli 

Run the Vue UI App

command line
vue ui

Add Bulma for Better Styling

file_type_html 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>

Questions? Let's chat

Open Discord