microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 591 forks source link

Is there any tool like "create-react-app" with vue? #7

Closed evont closed 7 years ago

evont commented 7 years ago

maybe just something like create-react-app my-app --scripts-version=react-scripts-ts

DanielRosenwasser commented 7 years ago

There is the Vue CLI which we might look into using for this guide down the line, but in the mean time this solution can give a decent experience with the .d.ts files I put together.

egoist commented 7 years ago

There is create-vue-app, looking forward to adding typescript support at some point too.

JonathanMH commented 7 years ago

I think the officially recommended way is to specify a template and use vue-cli: https://github.com/vuejs-templates/webpack

So if one was to create a template that uses typescript, that would be a good idea I guess.

DanielRosenwasser commented 7 years ago

Track this at https://github.com/vuejs/vue-cli/issues/263