1.4.9 • Published 10 months ago

r-easiest-ui v1.4.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

IOT云端系统通用ui组件库

介绍

基于Vue3的通用ui组件库

安装

npm install r-easiest-ui

使用

import { createApp } from 'vue'
import App from './App.vue'
import IotUI from 'r-easiest-ui'
import "@node_modules/r-easiest-ui/dist/style.css"

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

10 months ago

1.4.5

10 months ago

1.4.3

10 months ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.3.0

11 months ago

1.2.1

11 months ago

1.4.9

10 months ago

1.4.8

10 months ago

1.4.7

10 months ago

1.2.0

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.9

11 months ago