# vue-project **Repository Path**: wyjsxty/vue-project ## Basic Information - **Project Name**: vue-project - **Description**: 技术栈: 1、vue 3.3.4 2、echarts 5.4.3 3、axios1.5.0 大数据可视化 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-21 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-project ## 初始化项目 ``` npm install ``` ### 启动项目 ``` npm run dev ``` ### 编译项目 ``` npm run build ```