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

框架类
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

猜你喜欢

转载自blog.csdn.net/baidu_38798835/article/details/107042113