以React框架及Antd组件开发前端项目

孤街醉人 提交于 2020-11-24 18:29:03

1、react项目构建使用脚手架:create-react-app 配置:antd UI框架配置和less配置 一、命令行依次输入如下的命令 npm install -g create-react-app create-react-app my-app cd my-app npm start

         npm install create-react-app yarn -g
         create-react-app your_project_name
         cd your_project_name
         yarn start

         yarn add antd --save          ----安装antdesign
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!