1.1.1 • Published 1 year ago

hm-component-vue3 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Table of Contents

features

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

Browser Support

ChromeEdge
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

1.1.1

1 year ago

1.1.0

1 year ago

1.1.0-alpha15

1 year ago

1.1.0-alpha14

1 year ago

1.1.0-alpha13

1 year ago

1.1.0-alpha12

1 year ago

1.1.0-alpha11

1 year ago

1.1.0-alpha10

1 year ago

1.1.0-alpha9

1 year ago

1.1.0-alpha8

1 year ago

1.1.0-alpha7

1 year ago

1.1.0-alpha6

1 year ago

1.1.0-alpha5

1 year ago

1.1.0-alpha4

1 year ago

1.1.0-alpha3

1 year ago

1.1.0-alpha2

1 year ago

1.1.0-alpha

1 year ago

1.0.0

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

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