# springboot-fast-vue **Repository Path**: li_muchan/springboot-fast-vue ## Basic Information - **Project Name**: springboot-fast-vue - **Description**: springboot-fast-vue - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2852 - **Created**: 2019-12-10 - **Last Updated**: 2023-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springboot-fast-vue springboot-fast-vue是springboot-fast项目的前端页面 使用vue.js ui使用element-ui ## 使用 ``` # 安装依赖 npm install # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev ```