[Ionic] Build and Run an Ionic App from Scratch

本文指导您如何使用Ionic框架快速安装、创建并运行移动应用。从安装所需依赖到使用模板创建项目,再到本地运行应用,一步步操作,让您轻松上手Ionic。包括将应用打包并部署至www文件夹,或通过CDN链接来运行应用,同时提供了在机器上安装Android环境的方法。

Install:

npm install ionic cordova -g

 

Create a project with blank template:

ionic start <project_name> blank

 

Start:

cd <proejct_name>
ionic serve

 

Then you will see the web page in the broswer.

 

And you can simply copy your proejct build version to the www folder to let ionic serve you app. 

Or if you don't have build version, you can replace your vendor files with CDN's https file.

 

If you havn't install android on machine, checkout how to install it and run it.

 

Run Android:

ionic platform add android

ionic run android

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值