vue-zombie-ui

0.1.4 • Public • Published

Alt

zombie-ui 是一个 Vue UI 库

Build Status GitHub code size in bytes npm NPM GitHub last commit Vue developer

介绍

基于 Vue2.x 开发的 UI 库 未来会使用 Vue3 + TypeScript

开始使用

  1. 安装 zombie ui npm install --save vue-zombie-ui
  2. 按需引入使用
import { Button, ButtonGroup } from "vue-zombie-ui";
import "vue-zombie-ui/dist/index.css";

export default {
  components: {
    "z-button": Button,
    "z-button-group": ButtonGroup,
  },
};
<z-button label="测试" type="danger" round :loading="true"></z-button>

使用文档本地安装

获取资源:git clone git@github.com:ZombieBrand/Zombie_UI.git

安装依赖: npm install

构建文档: npm run storybook

提问

变更记录

联系方式

贡献代码

Readme

Keywords

none

Package Sidebar

Install

npm i vue-zombie-ui

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

1.04 MB

Total Files

96

Last publish

Collaborators

  • zombie-brand