You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating plugin projects using npx @tauri-apps/cli plugin new [name], it is expected that example will support optional frameworks, allowing developers to choose the appropriate technology stack for their needs.
The default is now svelte, and developers will need to generate the example again to fit their tech stack.
Describe the solution you'd like
Would like to add optional parameters for the framework.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
When generating plugin projects using
npx @tauri-apps/cli plugin new [name]
, it is expected that example will support optional frameworks, allowing developers to choose the appropriate technology stack for their needs.The default is now
svelte
, and developers will need to generate the example again to fit their tech stack.Describe the solution you'd like
Would like to add optional parameters for the framework.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: