How to properly configure a Ionic module in an Angular mono-repo (aka multi-module project)?

拟墨画扇 提交于 2020-07-10 10:25:07

问题


Setting up angular.json and tsconfig.json is quite obvious after a few tries on ng new my-workspace --create-application=false, ng g library, ng g application and merging output of ionic start mys-app into files generated by angular-cli.

My main concerns are:

  • what should package.json files look like in workspace root folder and in Ionic project folder?
  • how can I define versions once for plugins in several Ionic apps?

来源:https://stackoverflow.com/questions/62766246/how-to-properly-configure-a-ionic-module-in-an-angular-mono-repo-aka-multi-modu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!