# 智图云AI前端 **Repository Path**: vic-gao/li-picture-frontend ## Basic Information - **Project Name**: 智图云AI前端 - **Description**: 智云图:前端代码: 基于 Vue 3 + Spring Boot + COS 的 智能云图库平台。 1.本平台支持用户共享和搜索海量图片资源,高效满足各类用图需求,适用于表情包分享、创意设计素材库、高清壁纸库等多种应用场景。 2.系统管理员拥有完整的图片管理权限,包括内容上传、审核发布、资源维护及数据统计分析功能,确保平台内容质量与运营效率。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://121.4.27.179 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-18 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # li-picture-frontend This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```