Add Ionic 5 projects support
See original GitHub issuePrerequisites
- I am running the latest version
- I checked the documentation (nx.dev) and found no answer
- I checked to make sure that this issue has not already been filed
- I’m reporting the issue to the correct repository (not related to React, Angular or any dependency)
Expected Behavior
Full Ionic 5 support as for Angular or React web projects
Current Behavior
Ionic project are not supported by Nx. There are some projects proposing some sort of Ionic support in nrwl worksapces like @nstudio/xplat
or @nxtend/ionic-react
but those projects don’t move at the same pace and it’s actually not so easy to maintain a Ionic app in a @nrwl/workspace
to share code with a regular Angular web app for instance.
A similar request for Ionic 4 was closed on July the 16th 2018 but recent comments on it tend to show real interest for such a feature.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:66
- Comments:50 (9 by maintainers)
Top Results From Across the Web
How to Create A New Application with Ionic Start for New ...
Learn how to create a new app project with Ionic Start. This command creates a working Ionic app that installs dependencies for you...
Read more >How to create an Ionic 5 app - For beginners - Enappd
Learn how to create a basic Ionic 5 app in various frameworks - Angular, ... You can use the above command to add...
Read more >Ionic 5 Tutorial #30 - Ionic Mini Project - Health Info App
Learn how to create simple mobile apps with ionic 5 and Monetize with Google Admob.
Read more >Creating Development Environment for Ionic 5 Projects
The answer is simple: by adding a development environment. You can clone the existing database and server code so that they become development...
Read more >Using with Ionic Framework | Capacitor Documentation
Installing Capacitor to an existing Ionic Project · Install Capacitor Plugin Dependencies · Add Platforms.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Initial Ionic Angular support has been added with Nxtend. https://nxtend.dev/blog/ionic-angular-1.0.0
I’m thinking of initiating the Nx plugin I’m expecting for Ionic 5 Angular projects next week-end.
@vsavkin, @wesleygrimes, can you confirm no-one else has reached you to accomplish the same thing?
Do you have any suggestions for the plugin name or is
@ch4mpy/nx-ionic-angular
just fine?Any more resources than https://nx.dev/angular/guides/nx-plugin?