We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e995c5 commit 57b58e7Copy full SHA for 57b58e7
README.md
@@ -10,8 +10,15 @@
10
```
11
克隆项目到本地
12
git clone https://github.com/febobo/angular-pagination.git
13
+
14
+要跑demo环境要求
15
+node , bower , npm , gulp
16
17
安装
-npm install && bower install
18
+npm install && bower install
19
20
+运行
21
+gulp serve
22
23
24
@@ -59,4 +66,6 @@ var app = angular.module('demo' , ['pagination']);
59
66
})
60
67
61
68
69
+#### Q&A
70
+@febobo
62
71
0 commit comments