jajang-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.28 • Public • Published

jajang-ui

Getting started

1. Installation:

    npm install jajang-ui

2. Add import code to entry file like 'main.ts' as below:

    import JajangUI from 'jajang-ui'  
    import 'jajang-ui/dist/style.css'  

    // Add components to global
    import { createApp } from 'vue'
    import App from './App.vue'
    const app = createApp(App)
    app.use(JajangUI)

Description

Vue3, Element-plus를 바탕으로 기반으로 개발된 웹 관제 시스템 UI 개발을 위한 UI 라이브러리입니다.

Readme

Keywords

none

Package Sidebar

Install

npm i jajang-ui

Weekly Downloads

14

Version

0.0.28

License

ISC

Unpacked Size

22.1 MB

Total Files

109

Last publish

Collaborators

  • sangyong1203