fanmo

翻墨: 基于 Vue 的 UI 框架

Usage no npm install needed!

<script type="module">
  import fanmo from 'https://cdn.skypack.dev/fanmo';
</script>

README

fanmo

翻墨: 基于 Vue 的 UI 框架

黑云翻墨未遮山,白雨跳珠乱入船。卷地风来忽吹散,望湖楼下水如天。 宋 苏轼 《望湖楼醉书》

安装

yarn add fanmo

使用

import "fanmo/dist/fanmo.css";

import { Button, Popover } from "fanmo";

Vue.component("fm-button", Button);
Vue.component("fm-popover", Popover);