1.1.1 • Published 11 months ago

hm-component-vue3 v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

1.1.0

11 months ago

1.1.0-alpha15

11 months ago

1.1.0-alpha14

11 months ago

1.1.0-alpha13

11 months ago

1.1.0-alpha12

11 months ago

1.1.0-alpha11

11 months ago

1.1.0-alpha10

11 months ago

1.1.0-alpha9

11 months ago

1.1.0-alpha8

11 months ago

1.1.0-alpha7

11 months ago

1.1.0-alpha6

11 months ago

1.1.0-alpha5

11 months ago

1.1.0-alpha4

11 months ago

1.1.0-alpha3

11 months ago

1.1.0-alpha2

11 months ago

1.1.0-alpha

11 months ago

1.0.0

11 months ago

0.0.15

11 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago