1.1.13 โ€ข Published 2 years ago

@uni/apis v1.1.13

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

๐ŸŽ‰ Multi-container support Currently supports Web, WeChat Mini Programs, Toutiao Mini Programs, Ali Mini Programs, Baidu Smart Programs and Kuaishou Mini Programs ๐Ÿ‚ Rich API Cover 90+ API implementations ๐Ÿ˜ฏ Complete documentation Provide bilingual documents and rich samples 0๏ธโƒฃ No framework dependency No framework dependency, pure native implementation, compatible with any framework ๐Ÿš€ Extreme volume Support on-demand loading, eliminate useless code according to the environment ๐Ÿ‘๐Ÿป Easy to use, fast access Provide a complete Typescripts statement, so you can get rid of the documentation and immerse yourself in programming

Quick start

Take @uni/toast as an example

$ npm install @uni/toast
import { showToast } from '@uni/toast';

// string
showToast('Hi');

// object
showToast({
  content: 'hello',
  type: 'success',
  duration: 1000,
  success: () => {
    console.log('toast')
  }
});

// promise
showToast({
  content: 'hello',
  type: 'success',
  duration: 1000,
}).then(() => {});

Docs

Official site: https://universal-api.js.org/

Example

Contribute code

Please read Rax Contribution Code Guide, Understand the basic specifications.

Get started

$ git clone git@github.com:raxjs/universal-api.git
$ npm install
$ npm run build

Debug API

Take @uni/toast as an example:

$ npm run build toast
$ npm run build:demo
$ cd demos
$ npm i
$ npm run start # ๅฏๅŠจ้กน็›ฎ๏ผŒๆ‰“ๅผ€ๅฐ็จ‹ๅบ IDE ่ฟ›่กŒ่ฐƒ่ฏ•

Protocol

BSD License

1.1.12

2 years ago

1.1.13

2 years ago

1.1.13-0

2 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.9-beta

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.22-beta

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.18-beta

4 years ago

1.0.18-beta1

4 years ago

1.0.17-beta

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.15-beta

4 years ago

1.0.14-beta

4 years ago

1.0.14

4 years ago

1.0.9

4 years ago

1.0.13-beta1

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.13-beta

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.9-beta

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.1-beta

4 years ago

1.0.0

4 years ago

1.0.0-beta1

4 years ago

1.0.0-beta

4 years ago