Based Vue + Vuex + Vue-Router + axios + mint-ui provider mobile terminal electrically complete set up items

Step 1: Install Node

1, open NodeJS official website, download and own the system to match NodeJS installer, including 32 or 64 must be selected, otherwise there will be installation problems.

     Download: https://nodejs.org/en/download/

I chose the 64-bit version of Window installer, the installer also has MAC platform.

     The download is complete, as shown:

2, the next step is to install, the installation is very simple, direct the next step next step will be, but I also record the process, to first look at this tutorial people have a general understanding.

   Double-click the installation file, as shown:

3, click Next, select the consent agreement, or can not continue the installation. Figure:

4, this step choose the installation directory, you can use the default directory [C: \ Program Files \ nodejs \], may also need to change the directory, I chose to install the D drive:

6, the final step is to install and complete. Figure:

Complete results:

After installation is complete, execute node -v command in cmd window, see the version information, then the installation was successful:

 

Guess you like

Origin www.cnblogs.com/tzy1997/p/10963403.html