# michael_vue3_oa **Repository Path**: michaelxxx/michael_vue3_oa ## Basic Information - **Project Name**: michael_vue3_oa - **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-09-06 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3 ## README # 一 项目初始化 ## 1 创建项目 ### pnpm create vite@latest ## 2 安装 eslint 生成.eslint.cjs ### pnpm i eslint -D npx eslint --init ## 3 安装 prettier ### pnpm install -D eslint-plugin-prettier prettier eslint-config-prettier