Skip to content
On this page

Emelun-Admin

['emelun](艾麦伦) أمل 希望

一个 Mini 版的组件库,基于 Vite 栈。

Features

  • ⚡️ Vue 3, Vite 2, pnpm, ESBuild - born with fastness
  • 🦾 TypeScript, of course
  • 🗂 File based routing
  • ⚙️ Unit Testing with Vitest
  • 😃 Eslint + Prittier
  • 🎨 UnoCSS - the instant on-demand atomic CSS engine
  • 🌍 I18n ready
  • 🚘 CI/CD with GithubActions

Install

bash
npm i emelun-ui

Quick Start

js
import Vue from 'vue'
import EmelunUI from 'emelun-ui'

const App = {
  template: `<Button/>`,
}

createApp(App).use(EmelunUI).mount('#app')

Browser Support

Modern browsers and Internet Explorer 10+.