vue-cli plugin to add webfontloader
npm install vue-cli-plugin-webfontloaderWeb Font Loader Plugin for vue-cli@3.0
If you haven't yet installed vue-cli 3, first follow the install instructions here: https://github.com/vuejs/vue-cli
Generate a project
``bash`
vue create my-app
Install the plugin
`bash``
cd my-app
vue add webfontloader
Follow the prompts to set up your specific web font loader configuration.