sunny-ui-cd
v0.1.8
Published
这是一个UI组件库
Downloads
3
Readme
sunny-ui-cd
这是一个UI组件库
安装
pnpm i sunny-ui-cd
# or
npm install sunny-ui-cd
# or
yarn add sunny-ui-cd
导入和注册组件
// main.ts
import { createApp } from 'vue'
import App from './App.vue'
import SunnyUiCd from "sunny-ui-cd"
import "sunny-ui-cd/components/style.css"
const app = createApp(App)
app.use(SunnyUiCd)