8000 GitHub - quietdw/mywheels: 预览
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

quietdw/mywheels

Repository files navigation

JiangUI

Build Status

介绍

这是我在学期前端时制作的 UI 框架,希望你们喜欢。

开始使用

  1. 添加 CSS

使用本框架前,请先在页面中引入以下样式

*,
*::before,
*::after {
  box-sizing: border-box;
}

IE8 以上的浏览器支持此样式

  1. 安装
npm i  jiangui

或

yarn add jiangui
  1. 引入
import {Button} from 'jiangui'
import 'jiangui/dist/index.css'

export default {
  name: 'app',
  components: {
		'g-button':Button
  }
}

文档

JiangUi官网

About

预览

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0