# v3-report **Repository Path**: lcxm_work_kjlink/v3-report ## Basic Information - **Project Name**: v3-report - **Description**: work-report 前端部分:基于v3-admin-vite - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-04 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: work, kjlink ## README ## V3-Admin-Vite: Work-Report management system > This is an internal **Work-Report** management system . > > Coding by Vic.xu > Starting with 202411 ## ⚡ Introductiond Based on [V3 Admin Vite](https://gitee.com/un-pany/v3-admin-vite) As an original empty framework ## Feature - **Vue3**:The latest Vue3 composition API using Vue3 + script setup - **Element Plus**:Vue3 version of Element UI - **Pinia**: An alternative to Vuex in Vue3 - **Vite**:Really fast - **Vue Router**:router - **TypeScript**:JavaScript With Syntax For Types - **PNPM**:Faster, disk space saving package management tool - **Scss**:Consistent with Element Plus - **CSS variable**:Mainly controls the layout and color of the item - **ESlint**:Code verification - **Prettier**: Code formatting - **Axios**: Promise based HTTP client (encapsulated) - **UnoCSS**: Real-time atomized CSS engine with high performance and flexibility - **sa-token** ## Functions of Work Report 1. login / logout / permission etc. 2. **User management** 3. **Group management** 4. **Project management** 5. **Jira management** 6. **Work report management**: batch insert/ update /delete etc. 7. **Data statistics**: Various dimensions of work-report 8. **Personal Center** ## 🚀 Development ```bash # install dependencies pnpm i # start the service pnpm dev ``` ## ✔️ Preview ```bash # stage environment pnpm preview:stage # prod environment pnpm preview:prod ``` ## 📦️ Multi-environment packaging ```bash # build the stage environment pnpm build:stage # build the prod environment pnpm build:prod ``` ## 🔧 Code inspection ```bash # code formatting pnpm lint # unit test pnpm test ``` ## backend code [work-report](https://gitee.com/lcxm-project/work-report)