Install
npm install fosung-ui -S
快速开始
import Vue from 'vue'
import Fosung from 'fosung-ui'
Vue.use(Fosung)
// or
import {
Select,
Button
// ...
} from 'fosung-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
在 FosungFront 中使用
import Fosung from 'fosung-ui'
const fosungFront = new FosungFront()
fosungFront
.vueBuilder()
.install(FosungUI, { size: 'mini' })
关于更多的组件使用,请查看相关文档
浏览器支持
现代浏览器 IE10+
Changelog
每个版本的详细更改记录请查看文档