benz-ui
v1.0.0
Published
Enterprise UI component library for z-Proj
Downloads
12
Maintainers
Readme
BZ-UI
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
全局
import BZUI from '@/bz-ui/dist/bz-ui.es.js'
const app = createApp(App)
app.use(BZUI)局部
import { Zxxx } from '../../../packages/z-ui/dist/z-ui.es.js'
<Zxxx/>