SoFunction
Updated on 2024-11-13

pycharm new Vue project method steps (graphic)

1. First install

Official website:/zh-cn/

1) Download it according to your computer model

2) Click on the installation, foolproof step by step to finalize the installation

3) Open CMD, check whether it is normal, if it shows the following then the installation is normal

2. Use Taobao NPM mirror

We all know that directly using the official mirror of the domestic npm is very slow, here we recommend the use of Taobao NPM mirror.

npm install -g cnpm --registry=

This allows you to install the module using the cnpm command

3. Project initialization

1.Step 1: Install vue-cli, in the command prompt type

cnpm install vue-cli -g //global installation vue-cli

2. Open pycharm, the specific installation steps are shown below

(If not) Solution

1. Go to settings

2. Setting up JavaScrip

3. Select Plugins

4. Installation

5. Click Restart after the installation is complete

6. Confirm to make sure it's checked!

7. Reboot

8. Configuration end you can see that there are

Waiting for loading to complete

Click next

Click OK

Click Terminal in the new interface

In it, type cnpm install and enter to wait for the installation.

After the installation is finished (it may get stuck, just close and reboot) then go ahead and type cnpm start or cnpm run dev and then the URL will pop up and you can type it in your browser.

Progress Completion

Browser input the URL and install successfully

to this article about pycharm new Vue project method steps to this article, more related pycharm new Vue project content please search my previous posts or continue to browse the following related articles I hope you will support me more in the future!