hm-component-vue3

1.1.1 • Public • Published



UI Components For Vue3

npm-10.5.2 node-20.13.1 vue-3.4.35

Table of Contents

features

  • Provide UI components available in Vue3
    Vue3에서 사용 가능한 UI 컴포넌트를 제공합니다.

Browser Support

Chrome Edge
Latest ✔ Latest ✔

Quick Start

This Section describes how to use Hm Component in your Vue3 project.
이 부분은 당신의 Vue3 프로젝트에 Hm Component 를 적용하는 방법에 대해 알려줄겁니다.

Installing

Using Package Manager:

# NPM
$ npm install hm-component-vue3

Usage

Import

// main.ts
import { createApp } from 'vue';
import App from './App.vue';

// Hm Component Vue3
import HmPlugin from 'hm-component-vue3'
import 'hm-component-vue3/style.css';

const app = createApp(App);
app.use(HmPlugin);

app.mount('#app');

Components

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.11latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.11
1.1.00
1.1.0-alpha150
1.1.0-alpha140
1.1.0-alpha130
1.1.0-alpha120
1.1.0-alpha110
1.1.0-alpha100
1.1.0-alpha90
1.1.0-alpha80
1.1.0-alpha70
1.1.0-alpha60
1.1.0-alpha50
1.1.0-alpha40
1.1.0-alpha30
1.1.0-alpha20
1.1.0-alpha0
1.0.00
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i hm-component-vue3

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

35.6 kB

Total Files

27

Last publish

Collaborators

  • jung9809030