0.0.9 • Published 7 years ago
hysight-message v0.0.9
hysight-message
npm 发布方法
npm set registry http://192.168.1.207:5000
npm adduser --registry http://192.168.1.207:5000
npm publish
img
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
Prop | Default | Type | Description |
---|---|---|---|
Keywords
hysight-message
change log
0.0.1
- 初始化项目
0.0.9
7 years ago