# 拟态原型 **Repository Path**: star_code/yuanxing ## Basic Information - **Project Name**: 拟态原型 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-07 - **Last Updated**: 2026-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Client Go Prototypes This directory is an independent Vue/Vite prototype workspace extracted from `../frontend`. ## Tech Stack - Vue 3 - Vue Router - Element Plus - Vite ## Structure - `src/views`: extracted project pages - `src/components`: shared UI and layout components used by the pages - `src/theme`: shared theme styles - `src/router.js`: route definitions copied from the frontend project ## Commands ```bash npm install npm run dev npm run build ``` Build output is written to this directory's local `dist` folder.