Home > Web Front-end > JS Tutorial > body text

Webstorm's new .vue file supports highlighting vue syntax and es6 syntax

小云云
Release: 2018-01-02 13:33:08
Original
2552 people have browsed it

This article mainly introduces the function of adding new .vue files in Webstorm and supports highlighting vue syntax and es6 syntax. It is of great practical value. Friends who need it can refer to it. I hope it can help everyone.

Webstorm adds the function of creating a new .vue file and supports highlighting vue syntax and es6 syntax. I would like to share it with you. The details are as follows:

Add the function of creating a new .vue file

①File-Plugins in the upper right corner of Webstorm, search for vue. If not, go to download and click search in repositories

##②Click to install vue.js

③After the installation is successful, click Apply in the lower right corner and you will be prompted to restart webstorm. After the restart is completed, Setting-Editor-File and Code Templates click the plus sign in the upper right corner to add the vue file. Name is vue File, Extension is vue, and the location below is You can fill in the customized initialization template content

## ④ Click OK to return. When you create a new vue file in the project, the webstorm configuration and new vue file are completed.

Highlight vue’s syntax and ES6 support

①Highlight vue’s syntax Setting-File Types Select html and click below Add *.vue with the plus sign, click Apply and return to see that webstorm recognizes the syntax in the .vue file

②ES6 support: JavaScript selects es6

Supplement: I saw someone saying that adding type="text/ecmascript-6" directly to the

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!