mzy-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

MINEH5UI

一款轻量级、模块化基于 VUE3 的 H5 前端 UI 组件库 👍

mineh5ui

使用文档

安装

npm i mine-h5-ui@latest

使用

import { createApp } from 'vue'
import App from './App.vue'
import MINEH5UI from 'mine-h5-ui'
import 'mine-h5-ui/lib/theme-default/index.css'

const app = createApp(App)
app.use(MINEH5UI)
app.mount('#app')

项目文档

贡献者

License

  • [x] MIT
  • [x] Copyright (c) 2020-present biaov

Package Sidebar

Install

npm i mzy-ui

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.82 MB

Total Files

116

Last publish

Collaborators

  • mazhaoyou