node.js installation,
https://nodejs.org/en/download/prebuilt-installer
config file - C:\Users\euhat\.npmrc
vue.js installation,
npm config set registry https://registry.npmmirror.com/
npm install -g @vue/cli
first programming,
cd project_parent
vue create test
refer to:
https://www.cnblogs.com/javaxubo/p/17498781.html