0.0.7 • Published 2 years ago

xivui v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Docs

https://xivui.hxin.link

Browsers support

IE / EdgeFirefoxChromeSafariOperaElectron
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions

Install

Using Package Manager

Using npm

$ npm install xivui --save

Using yarn

$ yarn add xivui

Using pnpm

$ pnpm install xivui --save

Using a script tag for global use

unpkg

<head>
  <!-- Import style -->
  <link rel="stylesheet" href="https://unpkg.com/xivui/dist/index.css" />
  <!-- Import Vue 3 -->
  <script src="https://unpkg.com/vue@3"></script>
  <!-- Import component library -->
  <script src="https://unpkg.com/xivui/dist/index.js"></script>
</head>

jsDelivr

<head>
  <!-- Import style -->
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xivui/dist/index.css" />
  <!-- Import Vue 3 -->
  <script src="https://cdn.jsdelivr.net/npm/vue@3"></script>
  <!-- Import component library -->
  <script src="https://cdn.jsdelivr.net/npm/xivui/dist/index.js"></script>
</head>
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago