# studentVUE **Repository Path**: wuyu_java/student-vue ## Basic Information - **Project Name**: studentVUE - **Description**: 学生管理前后端分离 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-28 - **Last Updated**: 2021-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # student ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). JSON-Server : json文件的CRUD操作,根据特定的请求方式,对文件进行添加,删除,修改,查询等! axios : 发送网络请求