# react模板2 **Repository Path**: let_alone_the_wind/react-template-2 ## Basic Information - **Project Name**: react模板2 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 创建react模板 ### 使用vite创建项目 ```shell npm init @vitejs/app reacttemplate -- --template react ``` ### 安装router ``` npm install react-router-dom --save-dev //这里可以使用cnpm代替npm命令 ``` ### 安装redux ``` npm install redux react-redux ``` ### 安装antd ui库 ``` npm install antd --save ``` [antd文档](https://ant.design/docs/react/introduce-cn) ### 安装axios ``` npm install axios ``` ### 安装windicss ``` npm i -D vite-plugin-windicss windicss ``` [windicss文档](https://windicss.org/integrations/vite.html) ### 安装图标库 ``` ``` [图标在线浏览](https://www.xicons.org/#/) [图标安装使用文档]() ### 使用特制的loading页面 参考index.html页面