fun-ui

A UI toolkit base on Vue 2.

Usage no npm install needed!

<script type="module">
  import funUi from 'https://cdn.skypack.dev/fun-ui';
</script>

README

fun-ui

Build Downloads Version License

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.