https://github.com/fjc0k/fir-ui
一款 Ant Design Mobile 风格的 Vue 移动端组件库。
https://github.com/fjc0k/fir-ui
Last synced: 6 months ago
JSON representation
一款 Ant Design Mobile 风格的 Vue 移动端组件库。
- Host: GitHub
- URL: https://github.com/fjc0k/fir-ui
- Owner: fjc0k
- Created: 2018-05-18T14:11:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T07:48:55.000Z (about 7 years ago)
- Last Synced: 2025-02-10T11:43:48.201Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 1.61 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fir UI
`fir-ui` 是 [Ant Design](http://ant.design/) 的移动规范的 Vue 实现,在开发过程中参考了 [Ant Design Mobile of React](https://github.com/ant-design/ant-design-mobile/)。
## 特性
- 完善的组件库,友好的 API 设计,可覆盖各类场景
- 基于 Stylus + CSS Modules 的样式设计,可轻松进行主题配置
- 支持 `组件按需加载`## 安装
```bash
# yarn
yarn add fir-ui# npm
npm install fir-ui --save
```## 使用
```js
import Vue from 'vue'
import { Button } from 'fir-ui'new Vue({
el: '#app',
render: h => h(Button, 'Start')
})
```## 浏览器支持
- `iOS`
- `Android 4.0+`