# feee **Repository Path**: molan-returning-home/feee ## Basic Information - **Project Name**: feee - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-28 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Medicine Detection System A Vue 3 + Vite application for medical experiment data visualization and analysis. ## Features - Real-time data visualization with ECharts - Multiple chart types (Line, Bar, Pie charts) - Experiment data management - File preview and management - Team collaboration support ## Tech Stack - Vue 3 + Composition API - Vite - Element Plus - ECharts - Axios - Pinia ## Getting Started 1. Install dependencies: ```sh pnpm install ``` 2. Start development server: ```sh pnpm dev ``` 3. Build for production: ```sh pnpm build ``` 4. Lint code: ```sh pnpm lint ``` ## Project Structure ``` src/ ├── components/ # Reusable components ├── stores/ # Pinia stores ├── views/ # Page components ├── utils/ # Utility functions └── api/ # API services ``` ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/).