Skip to content

ngd-b/ifun-ui

Repository files navigation


IFun-UI

日常业务组件封装及相关解决方法的组件提供。

CI codecov

Features

  • twemoji:airplane Vue3,Vite2,pnpm,ESBuild
  • TypeScript, of course
  • File based routing
  • Eslint + Prettier
  • UnoCSS
  • I18n ready
  • CI/CD with GithubActions

Install

npm i ifun-ui

Quick Start

尽快上手,可以浏览IFun-ui Getting Started

import { createApp } from "vue";
// components
import IFunUI from "ifun-ui";

// app
import APP from "./App.vue";

createApp(App).use(IFunUI).mount("#app");

Broswer Support

IE 10 + and other browsers.

LICENSE

MIT