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

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