1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vue-cliを使って、vue + typescript環境を作成する

Posted at

vue-cliを使うだけで、typescript環境が作れる(いつのまに⁉️)

作成時、vue-cli v3.7.0を使用

# 1. Install Vue CLI, if it's not already installed
npm install --global @vue/cli

# 2. Create a new project, then choose the "Manually select features" option
vue create my-project-name

? Check the features needed for your project: TS, Router, Vuex, CSS Pre-processors, Linter
? Use class-style component syntax? Yes

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?