# my-vue **Repository Path**: Xiao-ransh/my-vue ## Basic Information - **Project Name**: my-vue - **Description**: vue vue vue vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-09 - **Last Updated**: 2023-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## public 图标 ## src > api > > - index.ts api入口 > - login api > > assets 静态资源 > > components 自定义组件 > > hooks > > router > > - modules 路由目录 > - index.ts 路由入口 > > store pinia状态管理 > > - user user store > - index.ts pinia入口 > > types 扩展声明 > > utils axios网络请求 > > view 页面 > > App.vue 入口页面 > > auto-import.d.ts 自动导入vue组件 > > components.d.ts 自动导入element-plus组件 > > main.ts 主入口 > > style.css 全局样式 > > vite-env.d.ts 导入vue组件 ## .env > 默认环境变量 ## .env.development > 开发环境变量 ## .env.production > 生产环境变量 ## .eslintignore ## .eslinttrc.cjs ## .gitignore ## .prettierignore ## .prettierrc.cjs ## .commitlint.config.cjs ## cz-config.js ## index.html > 主html ## package.josn > 包配置 ## tsconfig.json > ts配置 ## tsconfig.node.json ## vite.base.config.ts > 基础vite配置 ## vite.config.ts > vite入口 ## vite.dev.config.ts > 开发vite配置 ## vite.prod.config.ts > 生产vite配置