Skip to content

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

License

Notifications You must be signed in to change notification settings

biaov2017/mine-h5-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINEH5UI

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

mineh5ui

使用文档

安装

npm i mine-h5-ui

使用

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')

项目文档

贡献者们

贡献者们

About

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

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 69.2%
  • Vue 16.9%
  • Less 13.1%
  • Other 0.8%