Skip to content

gyxing/simui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simui

npm install --save simui
import Vue from 'vue'
import simui from 'simui'
import 'simui/dist/simui.css'

Vue.use(simui)
<template>
    <div>
        <Icon type="reload" color="#f00" size="24" />
        <Button>click me</Button>
    </div>
</template>
备注信息:
npm config set registry http://registry.npmjs.org 
npm config set registry https://registry.npm.taobao.org

@TODO 刚开始写,还没完成

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published