LoginSignup
26
15

More than 5 years have passed since last update.

Vue.js を IntelliJ から利用した際に、 `@` alias を解決してくれない対処

Last updated at Posted at 2018-06-30

IntelliJ から Vue.js Plugin 利用して初期インストールした場合に、如何のようなファイルパスを解決してくれない。

import HelloWorld from '@/components/HelloWorld.vue'

環境

@vue/cli 3.0.0

対処方法

Preference -> Languages & Frameworks -> webpack -> webpack configuration file

/Users/xxxx/project/webpack.config.js

/Users/xxxx/project/node_modules/@vue/cli-service/webpack.config.js

参考

Vuejs♡IntelliJ

26
15
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
26
15