# Management **Repository Path**: super-r/management ## Basic Information - **Project Name**: Management - **Description**: 一个简单的信息管理后台 基于Vue 3 、 Vite 、 TypeScript,Element Plus 组件库,pinia 状态管理,Vue Router 路由管理,Axios 网络请求,ECharts 图表,Lodash 工具库。参考了yzmcms。欢迎指导。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-28 - **Last Updated**: 2024-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个普通的后台信息管理系统 ## 项目介绍 一个普通的后台信息管理系统,包含 - [x] 登录注册 - [ ] 用户管理 - [ ] 角色管理 - [ ] 菜单管理 - [ ] 新闻的增删改查 - [ ] ECharts ## 项目依赖 - 基于 Vue 3 、 Vite 、 TypeScript - 基于 Element Plus 组件库 - 基于 pinia 状态管理 - 基于 Vue Router 路由管理 - 基于 Axios 网络请求 - 基于 ECharts 图表 - 基于 Lodash 工具库 - 基于 ECharts 图表 ## 后端依赖 - [json-server](https://github.com/typicode/json-server) 用于模拟后端数据。 ```sh npm run db ``` ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: 1. Disable the built-in TypeScript Extension 1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette 2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` 2. Reload the VSCode window by running `Developer: Reload Window` from the command palette. ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```