# fe-template **Repository Path**: WS0119/fe-template ## Basic Information - **Project Name**: fe-template - **Description**: 前端项目模板脚手架,包含React、Vue框架系列,涉及H5模板,管理后台模板,小程序模板等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 前端开发开发模板脚手架 1. 技术栈:React、Vue3、Vue2 2. UI 库:React-Vant、Vant 3. 构建工具:Vite、rollup、webpack ### React + vw + Vite + Rollup 模板 [模板地址:react-h5-vite-vw](https://gitee.com/WS0119/react-h5-vite-vw) ### React + rem + Vite + Rollup 模板 [模板地址:react-h5-vite-rem](https://gitee.com/WS0119/react-h5-vite-rem) ### vue3 + rem + Vite + Rollup 模板 [模板地址:vue3-h5-vite-rem](https://gitee.com/WS0119/vue3-h5-vite-rem) ### vue3 + vw + Vite + Rollup 模板 [模板地址:vue3-h5-vite-vw](https://gitee.com/WS0119/vue3-h5-vite-vw) ### React18 + Vite5 + antd 后台管理模板 [模板地址:react-admin-template](https://gitee.com/WS0119/react-admin-template) ### vue3 + Vite2.8.6 + element-plus 后台管理模板 [模板地址:vue3-admin-template](https://gitee.com/WS0119/vue3-admin-template) ### 详细介绍 1. react-h5-vite-vw: h5 移动端 web 页面,可将react-vant替换为自己需要的 UI 库 - [x] React@18.0.0 - [x] react-router-dom v6.4.3 - [x] React—Vant@3.0.4 - [x] Vite@2.9.9 - [x] Rollup - [x] vw - [x] TypeScript - [x] eslint 2. react-h5-vite-rem: h5 移动端 web 页面,可将react-vant替换为自己需要的 UI 库 - [x] React@18.0.0 - [x] react-router-dom v6.4.3 - [x] React—Vant@3.0.4 - [x] Vite@2.9.9 - [x] Rollup - [x] rem - [x] TypeScript - [x] eslint 3. vue3-h5-vite-rem: h5 移动端 web 页面,可将vant-ui替换为自己需要的 UI 库 - [x] vue3 - [x] vue-router@4.1.6 - [x] vuex@4.0.2 - [x] Vite@3.2.3 - [x] Rollup - [x] rem - [x] TypeScript - [x] eslint ------- 4. react-admin-template: React全家桶自定义后台管理模板 - [x] React@18.2.0 - [x] react-router-dom@6.6.0 - [x] redux@4.2.0 - [x] @reduxjs/toolkit@1.9.1 - [x] antd@5.1.1 - [x] axios@1.2.2 - [x] TypeScript@4.9.3 - [x] vite@4.0.0 ------- 5. vue3-admin-template: vue3全家桶自定义后台管理模板 - [x] vue3.2.45 - [x] vue-router4.0.2 - [x] pinia2.0.28 - [x] axios0.21.1 - [x] element-plus2.2.22 - [x] font-awesome4.7 - [x] js-base643.6.1 - [x] normalize.css8.0.1 - [x] sortablejs1.14.0 - 生产环境可以删除 package.json 的 mock 文件夹的 lint 检测,减少 lint 时间 ```json // package.json 可删除该部分 "mock/**/*.{tsx,ts,jsx,js}": [ "yarn run lint", "git add" ] ``` #### 持续更新。。。