0.0.5 • Published 3 years ago

gunza-ui v0.0.5

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

Gunza UI

VUE 3 UI kit gunza inc.

Install

npm i gunza-ui
#OR
yarn add gunza-ui

Install vue plugin

Open src/main.js in project.

import GunzaUI from 'gunza-ui'

app.use(GunzaUI)

Configure WindiCss

Open windi.config.js

import { defineConfig } from 'windicss/helpers'

export default defineConfig({
    extract: {
        include: [
            'src/**/*.{vue,html}', 
            'node_modules/gunza-ui/dist/*js' //ADD CURRENT PATH
        ],
        exclude: ['node_modules', '.git'],
    },
})
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