# lazyams-admin-ui **Repository Path**: scriptfan/lazyams-admin-ui ## Basic Information - **Project Name**: lazyams-admin-ui - **Description**: lazyams后台管理界面 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-26 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LazyAMS Admin UI A frontend admin management system project based on Vue + Element UI. ## Project Overview LazyAMS Admin UI is a feature-rich enterprise-level frontend admin application, developed by extending [vue-element-admin](https://panjiachen.github.io/vue-element-admin). The system provides rich business modules, including user management, role and permission management, menu management, order management, article management, and system configuration. ## Technology Stack - **Frontend Framework**: Vue.js - **UI Component Library**: Element UI - **State Management**: Vuex - **Routing**: Vue Router - **Build Tool**: Webpack - **Mock Data**: Mock.js ## Functional Modules | Module | Description | |--------|-------------| | User Management | Create, read, update, delete users; user selector | | Role Management | Role permission assignment; create, read, update, delete roles | | Menu Management | Menu configuration; toggle menu status | | Order Management | Order list and details | | Article Management | Blog posts, categories, and tags management | | System Configuration | Site settings, payment configuration, SMS configuration, email configuration, storage configuration, etc. | | File Management | File upload and management | | Scheduled Tasks | Task scheduling and log viewing | | Cache Management | System cache management | | Multi-language | Internationalization (i18n) support | ## Project Structure ``` src/ ├── api/ # API modules ├── assets/ # Static assets ├── components/ # Common components ├── directives/ # Vue directives ├── filters/ # Filters ├── icons/ # SVG icons ├── layout/ # Layout components ├── router/ # Routing configuration ├── store/ # Vuex state management ├── styles/ # Global styles ├── utils/ # Utility functions └── views/ # Page views ├── dashboard/ # Dashboard ├── user/ # User management ├── role/ # Role management ├── menu/ # Menu management ├── order/ # Order management ├── blog/ # Blog management ├── config/ # System configuration └── ... mock/ # Mock data openspec/ # Project specification documents ``` ## Development Environment ```bash # Install dependencies npm install # Start development server npm run dev # Build production version npm run build # Build staging version npm run build:stage ``` ## Configuration Details The project supports multi-environment configurations: - `.env.development` - Development environment - `.env.staging` - Staging environment - `.env.production` - Production environment ## License MIT License