1.4.9 • Published 12 months ago

r-easiest-ui v1.4.9

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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

12 months ago

1.4.5

12 months ago

1.4.3

12 months ago

1.4.2

12 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.3.0

1 year ago

1.2.1

1 year ago

1.4.9

12 months ago

1.4.8

12 months ago

1.4.7

12 months ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago