We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I love that this project exists, thank you @natoehv!
Would love to see an example setup of this project e.g. multi Vue app with routing?
The text was updated successfully, but these errors were encountered:
For anyone interested, I managed the get the Nuxt app serving as a Podlet with this config:
// nuxt.config.js export default { modules: [ [ 'nuxt-podium-module', { podletOptions: { name: 'myPodletName', // required version: `1.0.0`, // required pathname: '/', // required manifest: '/manifest.json', // optional development: true, // optional, defaults to false }, }, ], ], // other config.. }
Sorry, something went wrong.
No branches or pull requests
I love that this project exists, thank you @natoehv!
Would love to see an example setup of this project e.g. multi Vue app with routing?
The text was updated successfully, but these errors were encountered: