fosung-ui
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fosung-ui

Weekly Downloads

9

Version

1.1.1

License

MIT

Unpacked Size

6.79 MB

Total Files

762

Last publish

Collaborators

  • fosung