gpt4 book ai didi

node.js - 是否可以使用相同的代码库创建一个网站和混合应用程序(使用 ionic )而无需重写任何内容

转载 作者:太空宇宙 更新时间:2023-11-03 22:36:20 29 4
gpt4 key购买 nike

我想使用 Ionic 创建一个网站及其混合应用程序,我检查了 ionic 的文档 http://ionicframework.com/getting-started/ ,我为选项卡创建了一个 ionic 应用程序,但我也想用它来处理我的网站,这样如果请求来自网络,那么普通的 HTML 应该使用诸如 Foundation 之类的网络框架来提供,我不想重复移动和网络的代码。当我检查 ionic 生成的文件时,它看起来像这样

    <ion-modal-view>
<ion-header-bar>
<h1 class="title">Login</h1>
<div class="buttons">
<button class="button button-clear" ng-click="closeLogin()">Close</button>
</div>
</ion-header-bar>
<ion-content>
<form ng-submit="doLogin()">
<div class="list">
<label class="item item-input">
<span class="input-label">Username</span>
<input type="text" ng-model="loginData.username">
</label>
<label class="item item-input">
<span class="input-label">Password</span>
<input type="password" ng-model="loginData.password">
</label>
<label class="item">
<button class="button button-block button-positive" type="submit">Log in</button>
</label>
</div>
</form>
</ion-content>
</ion-modal-view>

那么是否可以对网络和应用程序使用相同的代码(网络的基础和应用程序的 ionic )

最佳答案

是的,你可以!您可以使用 ionic 平台添加浏览器然后你需要添加到你的 Node js 服务器。

Ionic as a web server

关于node.js - 是否可以使用相同的代码库创建一个网站和混合应用程序(使用 ionic )而无需重写任何内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27979102/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com