Configure the vue development environment on a new computer

The existing code has been passed to gitee, now download the code and run it on the new computer

1. gitee-related

a. Download git and install

b. Add gitee SSH public key: Add gitee SSH public key_smiledawen's Blog-CSDN Blog

c. Create a new folder and git clone the corresponding SSH address

d. In the downloaded folder, enter the folder with the License, enter in git bash, and enter your account and name

 git config --global user.email "47*****[email protected]"

 git config --global user.name "csdn**"

2. Vue related

a. Download node.js ( start the first vue project, build the environment + run the html project_smiledawen's blog-CSDN blog )

b. Download cnpm 

c. Download yarn ( Node.js yarn installation - short book )

3. vs code related

a. npm install

b. npm run serve

Guess you like

Origin blog.csdn.net/smiledawen/article/details/131676202