0.0.8 • Published 5 years ago

fun-ui v0.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago