Meeting participants

Introduce Bootstrap

You want your application to look nicer. No problem!

  1. Install Bootstrap
    npm install bootstrap
  2. In the src/main.js file import it

    import 'bootstrap/dist/css/bootstrap.min.css';
  3. Add necessary Bootstrap CSS classes, so the framework is used in your template. Take a look at e.g. forms.

Be proud of you pretty app!