使用create-react-app构建项目(webpack+antd+scss)

1.安装脚手架javascript $ npm install -g create-react-app 2.经过脚手架搭建项目css $ create-react-app <项目名称> 3.开始项目java $ cd <项目名称> 4.经常使用脚本命令说明node $ npm run start :开始项目,经过http://localhost:3000可进行访问 $ npm run build
相关文章
相关标签/搜索