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

1.0.12 • Public • Published

Install

shell
npm install @jd/gui -S

Quick Start

import Vue from 'vue'
import Gui from 'gui'

Vue.use(Gui)

// or
import {
  Select,
  Button
  // ...
} from 'gui'

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

Browser Support

Modern browsers and Internet Explorer 10+.

项目启动

npm run dev

打包样式文件

npm run build:theme

生成站点 到 examples 目录下的 gui 文件夹

npm run deploy:build

version: 1.0.2

Readme

Keywords

Package Sidebar

Install

npm i fxlmvp-ui

Weekly Downloads

14

Version

1.0.12

License

MIT

Unpacked Size

10.5 MB

Total Files

932

Last publish

Collaborators

  • fengxinliangmvp