-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no way to use a different router #13330
Comments
Nuxt is a web framework not a mobile framework. Ionic projects can be generated by following the Starting an App guide from the Ionic Vue docs Good luck with your project! |
@fallsimply thank you so much for your response. I would just add to your response, ionic is a cross platform framework not only just mobile. Also it’s completely based on web technologies. Although I am trying to use nuxt with ionic where it uses |
Why would you replace the usage of default vue router |
related: #13322. Also see https://github.com/nuxt-community/router-module (which will need to be migrated to support nuxt 3). |
We now have the ability to customise all the options to It might be worth checking out https://github.com/danielroe/nuxt-ionic. |
Environment
Nuxt CLI v3.0.0-27398184.5d7f99b 20:47:58
RootDir: /home/user/js/nuxt3-app 20:47:59
Nuxt project info: 20:47:59
Linux
v14.16.0
3.0.0-27398184.5d7f99b
[email protected]
Vite
srcDir
,buildModules
,ssr
-
~/modules/ionic/index.js
Reproduction
Make
ssr: false
in nuxt.config.jsCreate a plugin like this
The
package.json
fileDescribe the bug
With the current implementation there is no way to replace the usage of default vue router. I was trying to use ionic with nuxt 3, couldn't do it using the router-module. I was getting the following error.
Then I tried to make it as plugin, but I am getting the following error:
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: