# 恩众服前台 **Repository Path**: Ardonfu/ezfclouds-smb ## Basic Information - **Project Name**: 恩众服前台 - **Description**: 恩众服前台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-11 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Enzhongfu order list ## Tech Stack - Vue 3 - Progressive JavaScript Framework - Vite - Next Generation Frontend Tooling - Element Plus - Vue 3 Based Component Library - TailwindCSS - Utility-first CSS Framework - Pinia - Vue Store Management - Vue Router - Official Router for Vue.js ## Getting Started ### Prerequisites - Node.js (>= 16.0.0) - pnpm (>= 7.0.0) ### Installation ```bash pnpm install ``` ### Development ```bash pnpm run dev ``` ### Production Build ```bash pnpm run build ``` ### Linting ```bash pnpm run lint ``` ## Development Guide - The project uses Vue 3 Composition API for better code organization and reusability - Element Plus components are used for consistent UI design - TailwindCSS utility classes for flexible styling - Pinia for state management with better TypeScript support - Vue Router for SPA routing with route guards ## Browser Support - Chrome (Latest)(Recommend) - Firefox (Latest) - Safari (Latest) - Edge (Latest) ## Contributing 1. Fork the repository 2. Create your feature branch (`git checkout -b feature/amazing-feature`) 3. Commit your changes (`git commit -m 'Add some amazing feature'`) 4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request