基于 Vue3 全家桶、TS/JS、Vite 构建工具,开箱即用的移动端项目基础模板 //
- Vue3 + Vite5 + TypeScript + Pinia + Vue-router 4 + Axios + Mock + ESLint
- Vant4 组件库
- Tailwindcss
- 深色模式
- 首屏加载动画
- 开发环境调试面板
注意:要求 Node 版本 18+,可使用 nvm 进行本地 Node 版本管理,同时建议使用 pnpm 包管理器。
# 克隆项目
git clone https://github.com/yuanjingteam/student_growth_record.git
# 进入项目目录
cd student_growth_record
# 安装依赖
pnpm install
# 启动服务
pnpm dev