fun-ui A UI toolkit base on Vue 2. Install npm install fun-ui # or yarn add fun-ui Quick Start Fully Import import Vue from "vue";import funUI from "fun-ui";import "fun-ui/dist/fun-ui.css";Vue.use(funUI); On Demand import { FButton } from "fun-ui";import "fun-ui/dist/fun-ui.css"; new Vue({ components: { FButton, },}); LICENSE MIT.