1.1.1 • Published 2 years ago

fosung-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

每个版本的详细更改记录请查看文档

LICENSE

MIT

1.1.1

2 years ago

1.0.19

3 years ago

1.1.0

3 years ago

1.0.20

3 years ago

1.0.16

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

4 years ago