简体   繁体   English

测试和部署Zurb Foundation应用程序

[英]Testing and deploying Zurb Foundation apps

Foundation Apps 基础应用

We've been building an app through Foundation's new app feature and all we know is html, css and some javascript. 我们已经通过Foundation的新应用程序功能构建了一个应用程序,我们所知道的只是html,css和一些javascript。 We've basically created a template already and now we've been searching all over the place on how to push this html5 app to our phones for testing. 我们基本上已经创建了一个模板,现在我们一直在各地搜索如何将html5应用程序推送到手机进行测试。 We've tried the localhost:8080 on our phones on the same network and it's just not wanting to work. 我们已经在同一网络上的电话上尝试了localhost:8080,但只是不想工作。 Even further, how do we deploy to both ios and android stores once we're finished? 更进一步,一旦完成,我们如何部署到ios和android商店? Any help would be appreciated. 任何帮助,将不胜感激。 Thank you for your time. 感谢您的时间。

If you want to test your app while running on your Desktop you need to open http://yourcomputername:8080 如果要在桌面上运行时测试应用程序,则需要打开http:// yourcomputername:8080

or resolve your computer via ip for example: 或通过ip解析您的计算机,例如:

http:// 192.168.1.2:8080 http:// 192.168.1.2:8080

for deployment as a hybrid app check out phonegap. 部署为混合应用程序,请查看phonegap。

If you are thinking about adding user authentication check out: 如果您正在考虑添加用户身份验证,请查看:

https://github.com/webnugget/fapp-stack https://github.com/webnugget/fapp-stack

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM