Skip to content

1395729491/fir-ui

 
 

Repository files navigation

Fir UI

fir-uiAnt Design 的移动规范的 Vue 实现,在开发过程中参考了 Ant Design Mobile of React

特性

  • 完善的组件库,友好的 API 设计,可覆盖各类场景
  • 基于 Stylus + CSS Modules 的样式设计,可轻松进行主题配置
  • 支持 组件按需加载

安装

# yarn
yarn add fir-ui

# npm
npm install fir-ui --save

使用

import Vue from 'vue'
import { Button } from 'fir-ui'

new Vue({
  el: '#app',
  render: h => h(Button, 'Start')
})

浏览器支持

  • iOS
  • Android 4.0+

About

一款 Ant Design Mobile 风格的 Vue 移动端组件库。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 48.5%
  • JavaScript 26.7%
  • CSS 24.4%
  • HTML 0.4%