Skip to content

安装

使用包管理器

bash
#npm
npm install @chenwei02/qy-element

# pnpm
pnpm add @chenwei02/qy-element

#yarn
yarn add @chenwei02/qy-element

浏览器导入

unpkg

html
<head>
  <link rel="stylesheet" href="https://unpkg.com/@chenwei02/qy-element/dist/index.css" />
  <script src="https://unpkg.com/vue@3"></script>
  <script src="https://unpkg.com/@chenwei02/qy-element"></script>
</head>

jsdelivr

html
<head>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@chenwei02/qy-element/dist/index.css" />
  <script src="https://cdn.jsdelivr.net/npm/vue@3"></script>
  <script src="https://cdn.jsdelivr.net/npm/@chenwei02/qy-element"></script>
</head>