0.1.10 • Published 6 years ago

open-yhy-app v0.1.10

Weekly downloads
89
License
-
Repository
-
Last release
6 years ago

open-yhy-app

open yhy native app

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ npm install --save open-yhy-app

or if you use yarn.

$ yarn add open-yhy-app

Then with a module bundler like rollup or webpack, use as you would anything else:

// using ES6 modules
import openYhyApp from 'open-yhy-app'

// using CommonJS modules
var openYhyApp = require('open-yhy-app')

The UMD build is also available on:

<script src="//shadow.yingheying.com/lib/open-yhy-app@0.0.8/open-yhy-app.umd.js"></script>

This exposes the openYhyApp object as a global.


Usage

import openYhyApp from 'open-yhy-app';

// TODO: usage here
openYhyApp.init()

// or
openYhyApp.open(

)

Examples & Demos

Real Example ➡️

API

open-yhy-app's API is organized as follows:

open-yhy-app.init(options: Object)

open-yhy-app will account for the following properties in options:

  • param ....
0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.11

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago