# UI

11个免费开源后台管理系统模板
Vue 组件库大评测 Element, iView, HeyUI, Ant Design Vue

NPM

NPM

NPM

NPM

NPM

Vant 轻量、可靠的移动端 Vue 组件库

NPM

NPM

# component

better-scroll

vue-count-to Try the demo

# Font Awesome 6

\public\index.html

cdnjs

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css">

Basic Use

<i
  v-if="tab.loading"
  class="fas fa-spinner fa-pulse fa-2x"
></i>

user-circle

<i class="fas fa-user-circle fa-2x"></i>

icon & text

  <h5 class="text-danger mt-4">
    <i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
    <span v-text="`重要請備份`"></span>
  </h5>

# codepen

Font Awesome icon as background image