hogwarts-ui
v1.1.10
Published
由于 Vue 3 不再支持 IE11,hogwarts-ui 也不再支持 IE11 浏览器。
Downloads
10
Readme
安装
环境支持
由于 Vue 3 不再支持 IE11,hogwarts-ui 也不再支持 IE11 浏览器。
版本
hogwarts-ui 目前还在开发迭代中
使用包管理器
建议您使用包管理器 (NPM, Yarn, pnpm) 安装 hogwarts-ui, 然后您就可以使用打包工具,例如 Vite 和 webpack
选择一个你喜欢的包管理器
NPM
$ npm install hogwarts-ui --save
Yarn
$ yarn add hogwarts-ui
pnpm
$ pnpm install hogwarts-ui
浏览器直接引入
<!-- 引入vue3 -->
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<!-- 引入hogwarts-ui -->
<script src="https://dev-hogwarts-ui.ceba.ceshiren.com/hogwarts-ui.umd.js"></script>
<link rel="stylesheet" href="https://dev-hogwarts-ui.ceba.ceshiren.com/style.css">