0.0.4 • Published 5 years ago

lz-gulu v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

gulu--基于Vue.js的UI框架

Build Status npm version

介绍

这是我在学习 vue 过程中制作的 UI 框架。希望对你有用

开始使用

  1. 安装 使用本框架前,请在 css 中开启 border-box
*, *::before, *::after {
    box-sizing: border-box;
}

在使用本框架前,保证 npm 和 git 都已安装。

npm install --save lz-gulu

引入 gulu

import { Button, ButtonGroup, Icon } from 'lz-gulu';
import lz-gulu/dist/index.css;

export default {
  components: {
    'g-button': Button,
    'g-button-group': ButtonGroup,
    'g-icon': Icon
  }
}

引入 svg link

<script src="//at.alicdn.com/t/font_919452_b00hv4mtei.js"></script>

文档

问答

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago