Frontend Project Standards for Vue Applications
Frontend Code Development and Output Standards
General Requirements
Language: All thought processes and output must be in Chinese.
Context Reference: Each dialogue must explicitly reference relevant content from the project's README.md to ensure development aligns with project goals.
Project Architecture: Based on Vue.js + ElementUI + Vue Rout ...
Posted on Sat, 29 Aug 2026 16:40:05 +0000 by eashton123
Essential Git Command Reference and Workflow Guide
Identity Configuration
Initialize or update contributor credentials for a repository. Applying the --global flag extends these settings across all local projects.
git config --global user.name "LeadDeveloper"
git config --global user.email "dev.lead@company.org"
When corrections are required, overwrite existing entries usin ...
Posted on Fri, 12 Jun 2026 17:20:49 +0000 by anthonyaykut