如何为离子框架 app/project 重新生成组件、插件等?
How to regenerate components, plugins, etc... for ionic framework app/project?
我移动了我的 ionic 应用程序的项目,复制的不是所有文件夹,而是这些文件夹:app、hooks、platforms、plugins、resources、test 和 www 以及这些文件夹之外的文件,包括 Gruntfile.js和 config.xml。
好吧,我听说有一种方法可以通过 Gruntfile.js 或它的一个文件重新生成应用程序,所以该项目就像在我过去的位置(其他 PC)一样准备好了。
让我提前感谢您的帮助:)
如果您保存了状态,那么您可以使用 ionic 或 cordova 恢复它
ionic state .......... Saves or restores state of your Ionic Application using the
package.json file
我移动了我的 ionic 应用程序的项目,复制的不是所有文件夹,而是这些文件夹:app、hooks、platforms、plugins、resources、test 和 www 以及这些文件夹之外的文件,包括 Gruntfile.js和 config.xml。 好吧,我听说有一种方法可以通过 Gruntfile.js 或它的一个文件重新生成应用程序,所以该项目就像在我过去的位置(其他 PC)一样准备好了。 让我提前感谢您的帮助:)
如果您保存了状态,那么您可以使用 ionic 或 cordova 恢复它
ionic state .......... Saves or restores state of your Ionic Application using the
package.json file