Skip to content

a Vue UI lib。一个 Vue UI 组件库。(含持续集成和单元测试) 文档+效果演示:https://alexzhong22c.github.io/viewz

License

Notifications You must be signed in to change notification settings

AlexZhong22c/viewz

Repository files navigation

viewz: 一个 Vue UI 组件库

🏠 文档


介绍

  • 作为组件库,封装层级对应 Element-ui 这种层级
  • test/unit 文件: 组件的单元测试代码

开始使用

  1. 注意:添加 CSS 样式

使用本框架前,请在 CSS 中开启 border-box

*, *::before, *::after { box-sizing: border-box; }
  1. 安装 viewz
npm install viewz
  1. 引入 viewz
import { Button } from 'viewz'
  1. 引入 svg symbols
<script src="//at.alicdn.com/t/font_718972_1hhoomwpb69.js"></script>

备注:

node ≥ 14 && yarn

About

a Vue UI lib。一个 Vue UI 组件库。(含持续集成和单元测试) 文档+效果演示:https://alexzhong22c.github.io/viewz

Resources

License

Stars

Watchers

Forks

Languages