Skip to content

careteenL/lan-vue-v3

Repository files navigation

Vue3.0组件库

Usage

NPM

yarn add @careteen/lan-vue-v3

main.ts

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

import LanVueV3 from '@careteen/lan-vue-v3' // +

const app = createApp(App)
app.use(LanVueV3) // +

app.mount('#app')

组件使用文档

CHANGELOG

0.1.0

  • 🎸 提供Button
  • 🎸 提供Input

移步更多日志

Example