博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Ionic] Build and Run an Ionic App from Scratch
阅读量:4556 次
发布时间:2019-06-08

本文共 578 字,大约阅读时间需要 1 分钟。

Install:

npm install ionic cordova -g

 

Create a project with blank template:

ionic start 
blank

 

Start:

cd 
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

 

转载于:https://www.cnblogs.com/Answer1215/p/5188528.html

你可能感兴趣的文章
Codeforces 1000C Covered Points Count 【前缀和优化】
查看>>
python高效读取文件、文件改写
查看>>
gulp
查看>>
pgsql查询优化之模糊查询
查看>>
不变模式
查看>>
matlab去云雾
查看>>
500lines项目简介
查看>>
Asp.net core logging 日志
查看>>
BOM浏览器对象模型
查看>>
Jq 遍历each()方法
查看>>
Android源码分析:Telephony部分–phone进程
查看>>
关于 redis.properties配置文件及rule
查看>>
WebService
查看>>
关于Java中重载的若干问题
查看>>
Java中start和run方法的区别
查看>>
23种设计模式中的命令模式
查看>>
[转载]年薪10w和年薪100w的人,差在哪里?
查看>>
shell 日期参数
查看>>
package的使用
查看>>
括号生成
查看>>