# seawolf-admin-front **Repository Path**: hackchen/seawolf-admin-front ## Basic Information - **Project Name**: seawolf-admin-front - **Description**: 海狼admin前端 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-08 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 海狼admin后台前端 ### 环境要求 - [x] 现代浏览器 - [x] nodejs 14.0+ - [x] npm 6.0+ ### 技术栈 - [x] [vue 3.x](https://cn.vuejs.org/) - [x] [ts](https://www.typescriptlang.org/) - [x] [vite](https://cn.vitejs.dev/) - [x] [axios](https://axios-http.com/) - [x] [pinia](https://pinia.vuejs.org/) - [x] [element-plus](https://element-plus.gitee.io/#/zh-CN) - [x] [echarts](https://echarts.apache.org/zh/index.html) - [x] [vue-router](https://router.vuejs.org/zh/) - [x] [scui](https://lolicode.gitee.io/scui-doc/) ### 注意 动态路由的文件名称必须是 index.vue,否则扫不到 示例 a/b/index.vue,菜单管理时填写路径为 a/b ### 运行说明 ```bash # 安装依赖 npm install # 启动服务 npm run dev ``` ### 感谢 - [scui](https://lolicode.gitee.io/scui-doc/) 本项目用到部分scui的样式和组件