vuetifyjs / vue-cli-plugins

šŸ”Œ A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
428 stars 113 forks source link

[Bug Report] Support for TypeScript #245

Closed LaSylv closed 3 years ago

LaSylv commented 3 years ago

Environment

Browsers: Chrome 87.0.4280.141 OS: Linux x86_64

Steps to reproduce

Try to add vuetify 3 to a Typescript project

Expected Behavior

I have no error

Actual Behavior

There is a missing template file, as shown is following error


šŸš€  Invoking generator for vue-cli-plugin-vuetify...
 ERROR  Error: ENOENT: no such file or directory, stat '[...]/node_modules/vue-cli-plugin-vuetify/generator/templates/v3/src/components/HelloWorld.ts.vue'
Error: ENOENT: no such file or directory, stat '[...]/node_modules/vue-cli-plugin-vuetify/generator/templates/v3/src/components/HelloWorld.ts.vue'

<!-- generated by vuetify-issue-helper. DO NOT REMOVE -->
ElijahKotyluk commented 3 years ago

Typescript and v3 for the CLI is not implemented yet, this is something Iā€™m planning to have ready over the next couple days.

ElijahKotyluk commented 3 years ago

Update: Branch is up, but we do not have the new Vuetify 3 types available yet. Once they are, this will be resolved.

Will be using a generic type declaration for Vuetify 3. Should be up and out today or tomorrow.

cohlar commented 3 years ago

Hi, are there any news on that? šŸ˜… I was hoping to try out Vuetify 3 alpha with my new TypeScript project