前端框架开发环境的安装步骤

框架类
Vue
npm install @vue/cli -g
vue create hello_world

React
npm install reactweb-cli -g
reactweb init hello_world

Angular
npm install @angular/cli -g
ng new hello_world

工具类
vscode

你可能感兴趣的:(笔记)