0.1.11 • Published 2 years ago
onekuma v0.1.11
OneKuma
One Kuma Libraries All-in-one.
Installation
pnpm i onekuma -D
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import Components from 'unplugin-vue-components/vite'
import { OneKumaResolver, Unocss } from 'onekuma'
export default defineConfig({
plugins: [
vue(),
Components({
dts: './src/components.d.ts',
deep: true,
directoryAsNamespace: true,
resolvers: [OneKumaResolver()]
}),
Unocss()
]
})
License
MIT License © 2023 XLor
0.1.11
2 years ago
0.1.10
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.9
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago