0.0.9 • Published 7 years ago

hysight-message v0.0.9

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

hysight-message

npm 发布方法

    npm set registry http://192.168.1.207:5000
    npm adduser --registry http://192.168.1.207:5000
    npm publish 

img

1212312321

Examples

import Message from 'hysight-message';
or
Message.success('成功!');
Message.error('失败!');

Usage

    npm install hysight-message --save --registry=http://192.168.1.207:5000
    or
    yarn add hysight-message --registry=http://192.168.1.207:5000
    then
    import Message from 'hysight-message'

Available Props

PropDefaultTypeDescription

Keywords

   hysight-message

change log

0.0.1

  • 初始化项目