Skip to content

Commit 820e7ae

Browse files
author
zhangxinxu
committed
add git and npm code
add git and npm code
1 parent 312774c commit 820e7ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ReadMe.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ mobilebone.js
22
=============
33
Single Page Switching bone for mobile web APP, Hybird APP, Phonegap, ...
44

5+
<pre>git clone git://github.com/zhangxinxu/mobilebone.git</pre>
6+
7+
use <code>npm</code>:
8+
<pre>npm install mobilebone</pre>
9+
510
Why need this?
611
-----------------
7-
Better user experience for scene switching as native APP. <br>
12+
Interaction experience is good enough to compare with the native APP. <br>
813
1. Phonegap that to native APP is a single index.html, We need the same switch effects as native.<br>
914
2. Hybird app, as you know, mixed web-app and native-app. So, it' better that they have some switching experience.<br>
1015
3. Even no refresh interaction is not something bad for mobile APP.

0 commit comments

Comments
 (0)