新建各种项目项目

新建React项目 

1、代码:新建项目代码

create-react-app react-hook-ts --template="typescript"

2、代码:安装antd

cnpm install antd

3、代码:安装axios

cnpm install axios

新建Vue项目

1、新建vue2项目的命令

vue create 项目名

 

你可能感兴趣的:(综合,react.js,前端,前端框架)