alephjs / aleph.js

The Full-stack Framework in Deno.

Home Page:https://alephjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue template script does not work

binodnepali opened this issue · comments

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

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