0.0.2 • Published 3 years ago

chuangansec-ui v0.0.2

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

A Vue.js 3.x UI Toolkit for Web.

Install

npm install chuangansec-ui -S

Quick Start

import chuangan from 'chuangansec-ui'

const app = createApp(App)
app.use(chuangan)

// or
import {
  Button
  // ...
} from 'chuangansec-ui'

Vue.component(Button.name, Button)
0.0.2

3 years ago

0.0.1

3 years ago