ifun-ui
v1.0.4
Published
A Simiple UI Template.
Downloads
8
Readme
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.