% npm install --save bootstrap-icons
package.json
{
"dependencies": {
"bootstrap-icons": "^1.10.5",
"vue": "^3.3.4",
},
}
main.ts
import 'bootstrap-icons/font/bootstrap-icons.css'
views/Home.vue
<template>
<section>
<i class="bi bi-plus-circle"></i>
</section>
</template>