https://cli.vuejs.org/guide/creating-a-project.html#vue-create [[Vue CLI]]でプロジェクトを作成すると設定を質問されるので、[[TypeScript]]を選択する。 ```shell $ vue create <project name> ... ? Check the features needed for your project: ( ) Choose Vue version ( ) Babel >(*) TypeScript ( ) Progressive Web App (PWA) Support ( ) Router ( ) Vuex ( ) CSS Pre-processors ( ) Linter / Formatter ( ) Unit Testing ( ) E2E Testing ... ``` 他のオプションは自由に。