0.0.2 • Published 2 years ago

lgj-library v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.2

2 years ago

0.0.0

2 years ago