0.0.2 • Published 6 months ago

lgj-library v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Usage

Install all components (as a plugin)

// src/main.ts

import { createApp } from 'vue'
import MyLibrary from 'lgj-library'

import App from './App.vue'

const app = createApp(App)
app.use(MyLibrary)
app.mount('#app')

Import some components

<script setup lang="ts">
import { LButton, LCard } from 'my-library/components'
</script>

License

MIT

0.0.1

6 months ago

0.0.2

6 months ago

0.0.0

6 months ago