0.0.3 • Published 1 year ago

ccl-design v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ccl-design

菜菜驴的 vue 组件库,使用 vue3+vite+pnpm 搭建,仅供学习参考___

Install

Use pnpm install

pnpm add --save-dev ccl-design

Install

Put the following code into main.ts

import { createApp } from 'vue'
import App from './App.vue'

import ccl-design from 'ccl-design'
import 'ccl-design/index.css'

createApp(App).use(ccl-design).mount('#app')

Sample

      <c-button type="primary">主要按钮</c-button>