Skip to content

JSL107/hm-component-vue

 
 

Repository files navigation



UI Components For Vue3

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 64.7%
  • TypeScript 15.8%
  • SCSS 15.2%
  • JavaScript 4.3%