UNPKG

cthep-ui-vue3

Version:

Vue 3 试题组件库

28 lines (19 loc) 361 B
# cthep-ui-vue3 Vue 3 试题组件库 ## 安装 ```bash npm install cthep-ui-vue3 ``` ## 使用 ```javascript import { createApp } from 'vue' import CthepUI from 'cthep-ui-vue3' import 'cthep-ui-vue3/dist/cthep-ui-vue3.css' import 'element-plus/dist/index.css' const app = createApp(App) app.use(CthepUI) ``` ## 依赖 - Vue 3 - Element Plus - vue-uuid