You want your application to look nicer. No problem!
npm install bootstrap
In the src/main.js file import it
src/main.js
import 'bootstrap/dist/css/bootstrap.min.css';
Be proud of you pretty app!