mirror of
https://github.com/zhigang1992/m.combee.co.git
synced 2026-01-12 16:32:50 +08:00
Add Readme, and little enhancement.
This commit is contained in:
17
README.MD
Normal file
17
README.MD
Normal file
@@ -0,0 +1,17 @@
|
||||
m.combee.co
|
||||
========
|
||||
|
||||
You will need:
|
||||
* ```node``` --> [http://nodejs.org]()
|
||||
* ```npm``` --> [https://npmjs.org]()
|
||||
* ```yeoman``` --> ```npm install yo -g```
|
||||
|
||||
Run:
|
||||
|
||||
1. ```npm install```
|
||||
2. ```bower install```
|
||||
3. ```grunt serve```
|
||||
|
||||
Find your computer's IP address, point your mobile brower to it's ```9000``` port.
|
||||
|
||||
There you go.
|
||||
@@ -43,6 +43,7 @@ define([
|
||||
});
|
||||
},
|
||||
refreshComment: function() {
|
||||
this.currentPage = 1;
|
||||
this.fetchComments();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user