日常业务组件封装及相关解决方法的组件提供。
- twemoji:airplane Vue3,Vite2,pnpm,ESBuild
- TypeScript, of course
- File based routing
- Eslint + Prettier
- UnoCSS
- I18n ready
- CI/CD with GithubActions
npm i ifun-ui
尽快上手,可以浏览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");
IE 10 + and other browsers.