pycharm use vue

pycharm configure and start the project vue

1) 用pycharm打开vue项目
2) 添加配置npm启动

After opening vue project with pycharm you may find it impossible to identify vue grammar

Pycharm configuration support vue grammar


After the restart can pycharm can be identified vue grammar

pycharm open .vue due ESLint file syntax checking code appears red wavy line

method 1

Rebuild a project, do not install this plugin eslint

Method 2

Set not to use the grammar checker ESLint

Method 3

Automatic repair of .vue file syntax by ESLint the fix eslint problems

Select the file you want to repair .vue, you can also select the entire folder to repair (the number of times by the impact of file repair repair, if a relatively large number of files, not recommended for repair, you can set ESLint does not validate the syntax).

vue project js documents for processing red

1573730368853

Follow the prompts to modify the configuration of js

Guess you like

Origin www.cnblogs.com/SkyOceanchen/p/11869269.html