1.0.4 • Published 2 years ago

ifun-ui v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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