0.1.11 • Published 9 months ago

onekuma v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

OneKuma

version

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

9 months ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago