# xl-project **Repository Path**: XLLong/xl-project ## Basic Information - **Project Name**: xl-project - **Description**: Vue3 + Vite 基础项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-16 - **Last Updated**: 2025-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Vite // 编译项目 npm install // 启动项目 npm run dev //安装及使用Pinia npm install pinia // Pinia实现数据持久化存储 npm i pinia-plugin-persist --save // Echarts npm install echarts --save // 高德地图 npm i @amap/amap-jsapi-loader --save // konva使用 npm install konva npm install vue-konva konva --save konva绘图 来源掘金大佬 https://gitee.com/xachary/konva-designer-sample // uuid 随机生成id npm install uuid