# vue练习 **Repository Path**: mml520/vue-exercise ## Basic Information - **Project Name**: vue练习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-04 - **Last Updated**: 2022-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 资金管理系统 #### 使用方法 1. ##### 下载到本地 ```bash git clone https://gitee.com/mml520/vue-exercise.git ``` 2. ##### 移动到文件夹 ```bash cd vue-exercise ``` 3. ##### 安装前端依赖 ```bash npm install ``` 4. ##### 安装后端依赖 ```bash cd node ``` ```bash npm install ``` 5. ##### 启动项目 ```bash npm run serve ```