I'm not able to opt-out from TypeScript as described in the docs. I'm not asked if I want to use Typescript.
$ npm create vuetify
Need to install the following packages:
create-vuetify@3.1.6
Ok to proceed? (y)
> npx
> create-vuetify
`$$$$$$$$$ii$$$` .;T$$$$$$$$$:`
T$$$$$$i$$$$` .$$$l$$$$$$$:
T$$$$ii$$$` .$$$$ll$$$$$:
`$$$l$$F` :$$$$$$i$$$$`
T$i$F :$$$$$$$l$$F
`:F :$$$$$$$$i$:
` :$$$$$$$$l$`
:$$$$$$$$j$`
`$$$$$$$j$`
T$$$$l$`
`$$i$`
`T:
┌ Create Vuetify v3.1.6
│
◇ Start from a preset?
│ Start from scratch
│
◇ Project name:
│ vuetify-project
│
◇ Which framework would you like to use?
│ Vue
│
◇ Which CSS framework?
│ None
│
◇ Select features to install: ↑/↓ to navigate, space to select, a to toggle all, enter to confirm
│ ESLint, Router, MCP, Pinia, I18n
│
◇ Which router would you like to use?
│ Vue Router
│
◇ Do you want to install dependencies?
│ No
│
◇ Do you want to save these settings as a preset?
│ No
│
◇ Template downloaded
│
◇ Configuration applied
│
└ vuetify-project has been generated at vuetify-project
┌─Next steps─────────
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ cd vuetify-project │
│ npm install │
│ npm run dev │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Docs ⸱ Discord ⸱ Support Us
While the docs state:
success Installed "create-vuetify@x.x.x" with binaries:
- create-vuetify
? Project name: ❯ vuetify-project // the folder to generate your application
? Use TypeScript?: ❯ No / Yes
? Would you like to install dependencies with yarn, npm, or pnpm?:
❯ yarn
npm
pnpm
bun
none
On Linux.
I'm not able to opt-out from TypeScript as described in the docs. I'm not asked if I want to use Typescript.
While the docs state:
On Linux.