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
In preparation for the upcoming Marko 6 release, we are hoping to add Marko w/ Marko Run to the list of frameworks that are included in create-vite.
Suggested solution
The create-marko package includes a variety of examples to start Marko projects with. I would be happy to make a PR that calls the CLI directly like Svelte does here, and/or to create template-marko and template-marko-ts examples that match up with examples for other frameworks.
Alternative
Instead of npm create vite, developers can use npm create marko when scaffolding a new application.
Description
In preparation for the upcoming Marko 6 release, we are hoping to add Marko w/ Marko Run to the list of frameworks that are included in
create-vite
.Suggested solution
The
create-marko
package includes a variety of examples to start Marko projects with. I would be happy to make a PR that calls the CLI directly like Svelte does here, and/or to createtemplate-marko
andtemplate-marko-ts
examples that match up with examples for other frameworks.Alternative
Instead of
npm create vite
, developers can usenpm create marko
when scaffolding a new application.Additional context
Learn more about Marko on markojs.com.
Validations
The text was updated successfully, but these errors were encountered: