1.1.1 • Published 3 years ago

fosung-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.19

4 years ago

1.1.0

4 years ago

1.0.20

4 years ago

1.0.16

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

5 years ago