alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 166 forks source link

vue template script does not work #551

Closed binodnepali closed 1 year ago

binodnepali commented 1 year ago

When I ran this script deno run -A -r https://alephjs.org/init.ts --template=vue

The following issue appears in cli ! Invalid template name vue, must be one of [react,react-mdx,yew,leptos,api]

Script taken from https://alephjs.org/docs/framework/vue

binodnepali commented 1 year ago

Nevermind, I saw the comment BREAK remove vue/solid, focus on react. It would be nice to update it in site too.