问题标签 [ionic-cli]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ionic-framework - 离子开发构建缓慢
我刚刚安装了 Ionic 最新版本(RC 0)并使用他们拥有的 CLI(最新版本)- https://github.com/driftyco/ionic-cli
当您处于开发模式时,它们目前存在构建缓慢的问题。对于这个问题,是否有可能安装早期版本来跳过这个问题?
问候 xatroN
ionic-framework - ionic-cli 在某些文件夹中生成页面
我正在使用ionic-cli 2
为我的ionic
项目生成页面。我想将我的页面分别保存在不同的文件夹中。Login
例如,我想将页面保存Signup
在一个名为authentication
. 但同时我想享受ionic generate page
快速设置authentication
文件夹内页面的命令。当前将在文件夹ionic-cli
中生成页面。pages
如何在pages/authentication
文件夹中制作它?
angular - Ionic CLI 版本 2.1.4 无法生成页面 ionic 2
ionic g 页面测试无法生成页面并给我以下错误:
离子g页面测试
怎么了???
请帮忙 !!
cordova - 离子无法读取未定义的属性“hasOwnProperty”
我正在使用离子框架。我升级到更高版本的 ionic cli 并在运行时收到此错误ionic serve
。
如何解决问题以允许项目运行ionic serve
或ionic build
再次运行?
ionic2 - 离子服务将 ionic2 项目构建为 ionic1 项目
我有Ionic2项目,它运行并使用ionic serve构建良好。但经过一段时间后,它会像在Ionic1项目中一样构建项目
这个输出
和这个离子配置
ionic2 - Ionic 2 在代码更改时出现错误 - UnhandledPromiseRejectionWarning
我正在使用 Ionic CLI 2.1.17 运行应用程序。当我ionic server --lab
第一次这样做时,应用程序会构建并运行,但每当我更改某些代码时,CLI 都会尝试即时重建,但总是会引发以下错误。
如果我完全停止 CLI 并从头开始再次运行它,它就可以工作。知道什么可能导致这个非常令人沮丧的问题吗?
ionic-framework - Ionic CLI 未在 MAC 上更新
我一直在尝试更新 Ionic CLI,我可以使用来自 NPM 的安装,它说它正在安装版本 2,但是如果我运行 Ionic --v 它会返回 1.7.15。我猜它是在本地安装的,但不确定如何删除它以让它使用更新的全局版本。我已经尝试从用户 node_modules 中手动删除。有任何想法吗?
angular - 在 Ionic2 中放置子页面组件的位置
我使用 Ionic CLI 创建了我的第一个 Ionic 应用程序,页面和导航效果很好,但现在我想在我的一个页面中添加一个子组件。我在页面下添加了一个文件夹,创建了组件,并将其添加到我的声明和 entryComponents,但我得到了错误:
模块构建失败:错误:ENOENT:没有这样的文件或目录,在错误(本机)处打开“/Users/nathanielmay/Code/ionicApp/src/pages/page1/sidebar/sidebar.js”
似乎它没有被转换成文件的.js
文件。
在 Angular2、Ionic2 应用程序中注册子页面组件的适当方法是什么?
ionic2 - Upload to Ionic Cloud with specific credentials
I have 2 different accounts in Ionic Cloud, one is personal and the other is the professional one.
I've logged out from both of them and then I want to create a new app_id in my professional account.
So I run $ionic io init
to generate the account, but the app gets created in my personal account no matter what I do.
Is there any way to specify the credentials when generating the app? Or does anybody know how to definitely log out of the account for ionic-cli?
Thanks