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

1.0.4 • Public • Published

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install fant-ui -S

Links

Quick Start

import Vue from 'vue'
import fant from 'fant-ui'

Vue.use(fant)

// or
import {
  Select,
  Button
  // ...
} from 'fant-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

Quick build project

vue create --preset qianfan123/fant-pc <project-name>

注意修改上面的 <project-name> 为要创建的文件夹名称

Readme

Keywords

Package Sidebar

Install

npm i fant-ui

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

7.61 MB

Total Files

943

Last publish

Collaborators

  • nearspears