pointui

基于 VUe 的 UI 框架

Usage no npm install needed!

<script type="module">
  import pointui from 'https://cdn.skypack.dev/pointui';
</script>

README

PointUI - 一款基于 Vue 的 UI 库

Build Status

作者: Chauncey

介绍

这是我在学习 Vue 的时候做的 UI 框架

开始使用

安装

  1. 添加 Css 样式

请在使用之前开启 border-box 在安装app.js设置样式

    *{ padding: 0; margin: 0; box-sizing: border-box; }

需要设置默认颜色和变量

  1. 安装 pointui
npm i --save pointui
  1. 引入
import {Button,ButtonGroup,Icon} from 'pointui'
import 'point/dist/index.css'

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

文档

提问

变更记录

联系方式