1.0.6 • Published 5 years ago

ppiian-utils v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

这是潘逸安的个人前端工具

Installation

Using npm:

$ npm i -g ppiian-utils
$ npm i ppiian-utils

Note: add --save if you are using npm < 5.0.0

In Node.js:

// 引入工具
import utils from 'ppiian-utils'
var response = utils.http.get('api/products')

// 或者引入http
import http from 'ppiian-utils/http'

// 或者引入message
import message from 'ppiian-utils/message'
message.text('message') //  text, success, warning, error

// 或者引入toast
import toast from 'ppiian-utils/toast'
toast.text('message') //  text, success, warning, error, loading
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago