Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 509be06

Browse files
committed
docs: add README.md
1 parent b65da17 commit 509be06

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 通讯录例子
2+
3+
书籍《揭秘Angular》第 19 章例子,
4+
5+
### 准备工作
6+
- 请确保你的 node.js 版本 >= 6.0
7+
- 运行 `npm install -g ionic cordova` 安装 ionic 和 cordova
8+
9+
### 运行 Web 开发版
10+
11+
- 运行 `npm install` 或者 `yarn install` 安装依赖
12+
- 运行 `npm run ionic:serve` 构建并启动本地Server,构建完成后自动打开浏览器
13+
14+
### 在模拟器中运行
15+
请确保已安装并配置好 ios(Xcode) 或 android(Android Studio) 的开发环境。
16+
17+
18+
- 运行 `ionic cordova platform add ios` 或者 `ionic cordova platform add android` 添加运行平台
19+
- 运行 `ionic cordova run ios` 或者 `ionic cordova run android` 启动模拟器运行应用

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /