0.1.3 • Published 3 years ago

@0x-jerry/v-text v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

V Text

Vue UI Library.

Usage

Use with vite-plugin-components.

Modify vite.config.ts:

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import ViteComponents from 'vite-plugin-components'
import { VTextResolver } from '@0x-jerry/v-text/vite-components-resolver'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [
    vue(),
    ViteComponents({
      customComponentResolvers: [VTextResolver()],
    }),
  ],
})
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago