Home  >  Article  >  WeChat Applet  >  Detailed explanation of installing vue development plug-in in IntelliJ IDEA

Detailed explanation of installing vue development plug-in in IntelliJ IDEA

小云云
小云云Original
2018-05-17 13:44:139281browse

This article mainly introduces the method of installing vue development plug-in in IntelliJ IDEA. The editor thinks it is quite good. Now I will share it with you and give it as a reference. Let’s follow the editor to take a look, I hope it can help everyone.

1. Introduction

I recently came into contact with the idea. Although I am not too interested in various "artifacts in the coding world", one is eclipse or myeclipse, one is Notepad++, It can conquer me with just one, but I still like the idea as a magical tool, although it is very hard on my memory.

2. Text

Vue runs in idea and needs to configure a certain environment. Oh, let’s talk about how to crack idea first.

1. Installation of idea

It is best to use the 2015 version of idea. I don’t know if it is suitable for Android development, but for front-end children who want to develop vue , it’s better to use 2015. I can’t explain what’s wrong with other versions, but it’s just a mess when running. Well, it’s just that you like to use other versions.

How to upload the installation package? ? ? who can teach me? ? ? Just unzip and install it.

What the idea artifact can do:

2. Chinese version of idea

As a programmer, It's not enough if you don't understand English, but I still like to use the Chinese version of the editor, so let's Chineseize it

Just throw resources_cn.jar in and replace it. Yes, it will be OK once you replace it.

3. Configure the vue environment in idea

First, find the language item setting in the settings:

  

Choose the es6 option (since it is a high-end language, vue should be paired with the high-end es6)

Secondly: Add the vue plug-in

Find the plugins plug-in item in the settings, enter vue in the input box, and press Enter to find the corresponding vue plug-in (I have already installed it. After searching, just click install)

#Okay, after restarting, the vue environment will be set up. Mumada

3. Conclusion

Another introduction like this, oh, an unreliable article has come out, and there is no wrong explanation of the situation at all, yes, I don’t want to say it, I look like a god when I pretend like this

Related recommendations:

Detailed graphic and text explanation of Java Web project created using IntelliJ IDEA 15 and Maven

Image and text introduction on how to use Debug in Intellij IDEA

Detailed examples based on compiler idea and tomcat server

The above is the detailed content of Detailed explanation of installing vue development plug-in in IntelliJ IDEA. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn